ΒΆbool isDerivedFromC(clang::driver::types::ID Id)

Description

isDerivedFromC - Is the input derived from C. That is, does the lexer follow the rules of TokenConcatenation::AvoidConcat. If this is the case, the preprocessor may add and remove whitespace between tokens. Used to determine whether the input can be processed by -fminimize-whitespace.

Declared at: clang/include/clang/Driver/Types.h:78

Parameters

clang::driver::types::ID Id