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