Searched refs:getIdentifierLocs (Results 1 – 4 of 4) sorted by relevance
111 auto IdLocs = ImportD->getIdentifierLocs(); in importedModule()
5106 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs() function in ImportDecl5119 return SourceRange(getLocation(), getIdentifierLocs().back()); in getSourceRange()
4500 ArrayRef<SourceLocation> getIdentifierLocs() const;
1441 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); in VisitImportDecl()