Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DModule.cpp45 InferExportWildcard(false), ConfigMacrosExhaustive(false), in Module()
477 if (!ConfigMacros.empty() || ConfigMacrosExhaustive) { in print()
480 if (ConfigMacrosExhaustive) in print()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DModule.h300 unsigned ConfigMacrosExhaustive : 1; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DModuleMap.cpp1038 Result->ConfigMacrosExhaustive |= Attrs.IsExhaustive; in inferFrameworkModule()
2636 ActiveModule->ConfigMacrosExhaustive = true; in parseConfigMacros()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp5532 bool ConfigMacrosExhaustive = Record[Idx++]; in ReadSubmoduleBlock() local
5581 CurrentModule->ConfigMacrosExhaustive = ConfigMacrosExhaustive; in ReadSubmoduleBlock()
DASTWriter.cpp2642 Mod->ConfigMacrosExhaustive, in WriteSubmodules()