Searched refs:BENIGN_LANGOPT (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| 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) \ 102 BENIGN_LANGOPT(ObjCDefaultSynthProperties , 1, 0, 104 BENIGN_LANGOPT(EncodeExtendedBlockSig , 1, 0, 106 BENIGN_LANGOPT(EncodeCXXClassTemplateSpec , 1, 0, 108 BENIGN_LANGOPT(ObjCInferRelatedResultType , 1, 1, 119 BENIGN_LANGOPT(DollarIdents , 1, 1, "'$' in identifiers") 120 BENIGN_LANGOPT(AsmPreprocessor, 1, 0, "preprocessor in asm mode") 126 BENIGN_LANGOPT(HexFloats , 1, 0, "C99 hexadecimal float constants") [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/Basic/ |
| D | LangOptions.cpp | 27 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() macro
|
| /openbsd/src/gnu/llvm/clang/lib/Frontend/ |
| D | FrontendActions.cpp | 591 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() macro
|
| D | CompilerInvocation.cpp | 4614 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in getModuleHash() macro
|
| /openbsd/src/gnu/llvm/clang/lib/Serialization/ |
| D | ASTReader.cpp | 316 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions() macro
|