Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DModule.cpp34 InferExportWildcard(false), ConfigMacrosExhaustive(false), in Module()
349 if (!ConfigMacros.empty() || ConfigMacrosExhaustive) { in print()
352 if (ConfigMacrosExhaustive) in print()
/external/clang/include/clang/Basic/
DModule.h179 unsigned ConfigMacrosExhaustive : 1; variable
/external/clang/lib/Lex/
DModuleMap.cpp706 Result->ConfigMacrosExhaustive |= Attrs.IsExhaustive; in inferFrameworkModule()
1980 ActiveModule->ConfigMacrosExhaustive = true; in parseConfigMacros()
/external/clang/lib/Serialization/
DASTReader.cpp4527 bool ConfigMacrosExhaustive = Record[Idx++]; in ReadSubmoduleBlock() local
4570 CurrentModule->ConfigMacrosExhaustive = ConfigMacrosExhaustive; in ReadSubmoduleBlock()
DASTWriter.cpp2480 Record.push_back(Mod->ConfigMacrosExhaustive); in WriteSubmodules()