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