Home
last modified time | relevance | path

Searched refs:getIdentifierLocs (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Index/
H A DIndexingContext.cpp110 auto IdLocs = ImportD->getIdentifierLocs(); in importedModule()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp5249 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs() function in ImportDecl
5262 return SourceRange(getLocation(), getIdentifierLocs().back()); in getSourceRange()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h4589 ArrayRef<SourceLocation> getIdentifierLocs() const;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp1451 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); in VisitImportDecl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp5034 ArrayRef<SourceLocation> Locs = ImportD->getIdentifierLocs(); in clang_Cursor_getSpellingNameRange()