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