Home | History | Annotate | Download | only in Parse

Lines Matching defs:Path

1894   SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> Path;
1896 // Parse the module path.
1900 Actions.CodeCompleteModuleImport(ImportLoc, Path);
1910 // Record this part of the module path.
1911 Path.push_back(std::make_pair(Tok.getIdentifierInfo(), Tok.getLocation()));
1928 DeclResult Import = Actions.ActOnModuleImport(AtLoc, ImportLoc, Path);