Searched refs:getIdentifierLocs (Results 1 – 3 of 3) sorted by relevance
3759 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs() function in ImportDecl3774 return SourceRange(getLocation(), getIdentifierLocs().back()); in getSourceRange()
3457 ArrayRef<SourceLocation> getIdentifierLocs() const;
1048 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); in VisitImportDecl()