Home
last modified time | relevance | path

Searched refs:BENIGN_LANGOPT (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
DLangOptions.def15 // 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/
DLangOptions.cpp26 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() macro
/external/clang/lib/Frontend/
DFrontendActions.cpp485 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() macro
DCompilerInvocation.cpp2417 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in getModuleHash() macro
/external/clang/lib/Serialization/
DASTReader.cpp224 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions() macro