Searched refs:ModuleImportPath (Results 1 – 2 of 2) sorted by relevance
856 ModuleImportPath.clear(); in HandleIdentifier()915 ModuleImportPath.push_back(std::make_pair(Result.getIdentifierInfo(), in LexAfterModuleImport()932 if (!ModuleImportPath.empty()) { in LexAfterModuleImport()939 for (auto &Piece : ModuleImportPath) { in LexAfterModuleImport()944 SourceLocation FirstPathLoc = ModuleImportPath[0].second; in LexAfterModuleImport()945 ModuleImportPath.clear(); in LexAfterModuleImport()946 ModuleImportPath.push_back( in LexAfterModuleImport()953 ModuleImportPath, in LexAfterModuleImport()960 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
283 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> ModuleImportPath; variable