Searched refs:ConfigMacrosExhaustive (Results 1 – 5 of 5) sorted by relevance
34 InferExportWildcard(false), ConfigMacrosExhaustive(false), in Module()349 if (!ConfigMacros.empty() || ConfigMacrosExhaustive) { in print()352 if (ConfigMacrosExhaustive) in print()
179 unsigned ConfigMacrosExhaustive : 1; variable
706 Result->ConfigMacrosExhaustive |= Attrs.IsExhaustive; in inferFrameworkModule()1980 ActiveModule->ConfigMacrosExhaustive = true; in parseConfigMacros()
4527 bool ConfigMacrosExhaustive = Record[Idx++]; in ReadSubmoduleBlock() local4570 CurrentModule->ConfigMacrosExhaustive = ConfigMacrosExhaustive; in ReadSubmoduleBlock()
2480 Record.push_back(Mod->ConfigMacrosExhaustive); in WriteSubmodules()