Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DModule.cpp35 InferExportWildcard(false), ConfigMacrosExhaustive(false), in Module()
364 if (!ConfigMacros.empty() || ConfigMacrosExhaustive) { in print()
367 if (ConfigMacrosExhaustive) in print()
/external/clang/include/clang/Basic/
DModule.h202 unsigned ConfigMacrosExhaustive : 1; variable
/external/clang/lib/Lex/
DModuleMap.cpp692 Result->ConfigMacrosExhaustive |= Attrs.IsExhaustive; in inferFrameworkModule()
2085 ActiveModule->ConfigMacrosExhaustive = true; in parseConfigMacros()
/external/clang/lib/Serialization/
DASTReader.cpp4479 bool ConfigMacrosExhaustive = Record[Idx++]; in ReadSubmoduleBlock() local
4523 CurrentModule->ConfigMacrosExhaustive = ConfigMacrosExhaustive; in ReadSubmoduleBlock()
DASTWriter.cpp2559 Mod->ConfigMacrosExhaustive}; in WriteSubmodules()