Lines Matching defs:Path
1876 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> Path;
1878 // Parse the module path.
1882 Actions.CodeCompleteModuleImport(ImportLoc, Path);
1893 // Record this part of the module path.
1894 Path.push_back(std::make_pair(Tok.getIdentifierInfo(), Tok.getLocation()));
1911 DeclResult Import = Actions.ActOnModuleImport(AtLoc, ImportLoc, Path);