Searched refs:BENIGN_LANGOPT (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 15 // BENIGN_LANGOPT: for options that don't affect the construction of the AST in 47 #ifndef BENIGN_LANGOPT 48 # define BENIGN_LANGOPT(Name, Bits, Default, Description) \ 95 BENIGN_LANGOPT(ObjCDefaultSynthProperties , 1, 0, 97 BENIGN_LANGOPT(EncodeExtendedBlockSig , 1, 0, 99 BENIGN_LANGOPT(ObjCInferRelatedResultType , 1, 1, 108 BENIGN_LANGOPT(DollarIdents , 1, 1, "'$' in identifiers") 109 BENIGN_LANGOPT(AsmPreprocessor, 1, 0, "preprocessor in asm mode") 110 BENIGN_LANGOPT(GNUMode , 1, 1, "GNU extensions") 112 BENIGN_LANGOPT(ImplicitInt, 1, !C99 && !CPlusPlus, "C89 implicit 'int'") [all …]
|
/external/clang/lib/Basic/ |
D | LangOptions.cpp | 26 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() macro
|
/external/clang/lib/Frontend/ |
D | FrontendActions.cpp | 485 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() macro
|
D | CompilerInvocation.cpp | 2417 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in getModuleHash() macro
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 224 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions() macro
|