Searched refs:BENIGN_LANGOPT (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.def | 18 // 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 D | LangOptions.cpp | 27 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() macro
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 635 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() macro
|
H A D | CompilerInvocation.cpp | 4932 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in getModuleHash() macro
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 327 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions() macro
|