Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.def15 // BENIGN_LANGOPT: for options that don't affect the construction of the AST in
43 #ifndef BENIGN_LANGOPT
44 # define BENIGN_LANGOPT(Name, Bits, Default, Description) \
81 BENIGN_LANGOPT(ObjCDefaultSynthProperties , 1, 0,
83 BENIGN_LANGOPT(EncodeExtendedBlockSig , 1, 0,
85 BENIGN_LANGOPT(ObjCInferRelatedResultType , 1, 1,
92 BENIGN_LANGOPT(DollarIdents , 1, 1, "'$' in identifiers")
93 BENIGN_LANGOPT(AsmPreprocessor, 1, 0, "preprocessor in asm mode")
94 BENIGN_LANGOPT(GNUMode , 1, 1, "GNU extensions")
96 BENIGN_LANGOPT(ImplicitInt, 1, !C99 && !CPlusPlus, "C89 implicit 'int'")
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DLangOptions.cpp25 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() macro
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp459 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() macro
H A DCompilerInvocation.cpp1953 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in getModuleHash() macro
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp202 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions() macro