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

/external/clang/lib/Basic/
H A DModule.cpp34 InferExportWildcard(false), ConfigMacrosExhaustive(false),
328 if (!ConfigMacros.empty() || ConfigMacrosExhaustive) {
331 if (ConfigMacrosExhaustive)
/external/clang/include/clang/Basic/
H A DModule.h175 unsigned ConfigMacrosExhaustive : 1;
/external/clang/lib/Lex/
H A DModuleMap.cpp1903 ActiveModule->ConfigMacrosExhaustive = true;
/external/clang/lib/Serialization/
H A DASTReader.cpp4248 bool ConfigMacrosExhaustive = Record[Idx++]; local
4294 CurrentModule->ConfigMacrosExhaustive = ConfigMacrosExhaustive;
H A DASTWriter.cpp2368 Record.push_back(Mod->ConfigMacrosExhaustive);

Completed in 125 milliseconds