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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DModule.cpp35 InferExportWildcard(false), ConfigMacrosExhaustive(false),
364 if (!ConfigMacros.empty() || ConfigMacrosExhaustive) {
367 if (ConfigMacrosExhaustive)
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DModule.h202 unsigned ConfigMacrosExhaustive : 1;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp703 Result->ConfigMacrosExhaustive |= Attrs.IsExhaustive;
2079 ActiveModule->ConfigMacrosExhaustive = true;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4474 bool ConfigMacrosExhaustive = Record[Idx++]; local
4518 CurrentModule->ConfigMacrosExhaustive = ConfigMacrosExhaustive;
H A DASTWriter.cpp2497 Mod->ConfigMacrosExhaustive};

Completed in 172 milliseconds