Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDLangOptions.def14 // BENIGN_LANGOPT: for options that don't affect the construction of the AST in
46 #ifndef BENIGN_LANGOPT
47 # define BENIGN_LANGOPT(Name, Bits, Default, Description) \
96 BENIGN_LANGOPT(ObjCDefaultSynthProperties , 1, 0,
98 BENIGN_LANGOPT(EncodeExtendedBlockSig , 1, 0,
100 BENIGN_LANGOPT(ObjCInferRelatedResultType , 1, 1,
110 BENIGN_LANGOPT(DollarIdents , 1, 1, "'$' in identifiers")
111 BENIGN_LANGOPT(AsmPreprocessor, 1, 0, "preprocessor in asm mode")
115 BENIGN_LANGOPT(ImplicitInt, 1, !C99 && !CPlusPlus, "C89 implicit 'int'")
117 BENIGN_LANGOPT(HexFloats , 1, C99, "C99 hexadecimal float constants")
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDLangOptions.cpp25 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDFrontendActions.cpp540 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() macro
HDCompilerInvocation.cpp3656 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in getModuleHash() macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp310 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions() macro