Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def18 // BENIGN_LANGOPT: for options that don't affect the construction of the AST in
50 #ifndef BENIGN_LANGOPT
51 # define BENIGN_LANGOPT(Name, Bits, Default, Description) \
104 BENIGN_LANGOPT(ObjCDefaultSynthProperties , 1, 0,
106 BENIGN_LANGOPT(EncodeExtendedBlockSig , 1, 0,
108 BENIGN_LANGOPT(EncodeCXXClassTemplateSpec , 1, 0,
110 BENIGN_LANGOPT(ObjCInferRelatedResultType , 1, 1,
121 BENIGN_LANGOPT(DollarIdents , 1, 1, "'$' in identifiers")
122 BENIGN_LANGOPT(AsmPreprocessor, 1, 0, "preprocessor in asm mode")
128 BENIGN_LANGOPT(HexFloats , 1, 0, "C99 hexadecimal float constants")
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp27 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() macro
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp635 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() macro
H A DCompilerInvocation.cpp4932 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in getModuleHash() macro
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp327 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions() macro