Searched refs:ImportedFrom (Results 1 – 2 of 2) sorted by relevance
1904 SubmoduleID ImportedFrom = Record[Idx++]; in installPCHMacroDirectives() local1907 if (ImportedFrom) { in installPCHMacroDirectives()1913 PP.AllocateDefMacroDirective(MI, Loc, ImportedFrom, Overrides); in installPCHMacroDirectives()1919 SubmoduleID ImportedFrom = Record[Idx++]; in installPCHMacroDirectives() local1921 if (ImportedFrom) { in installPCHMacroDirectives()1926 MD = PP.AllocateUndefMacroDirective(Loc, ImportedFrom, Overrides); in installPCHMacroDirectives()
2359 if (Module *ImportedFrom in WriteSubmodules() local2362 ImportedFrom->Imports.push_back(I->getImportedModule()); in WriteSubmodules()