Home
last modified time | relevance | path

Searched refs:ImportedFrom (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Serialization/
DASTReader.cpp1904 SubmoduleID ImportedFrom = Record[Idx++]; in installPCHMacroDirectives() local
1907 if (ImportedFrom) { in installPCHMacroDirectives()
1913 PP.AllocateDefMacroDirective(MI, Loc, ImportedFrom, Overrides); in installPCHMacroDirectives()
1919 SubmoduleID ImportedFrom = Record[Idx++]; in installPCHMacroDirectives() local
1921 if (ImportedFrom) { in installPCHMacroDirectives()
1926 MD = PP.AllocateUndefMacroDirective(Loc, ImportedFrom, Overrides); in installPCHMacroDirectives()
DASTWriter.cpp2359 if (Module *ImportedFrom in WriteSubmodules() local
2362 ImportedFrom->Imports.push_back(I->getImportedModule()); in WriteSubmodules()