Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp111 auto IdLocs = ImportD->getIdentifierLocs(); in importedModule()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5106 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs() function in ImportDecl
5119 return SourceRange(getLocation(), getIdentifierLocs().back()); in getSourceRange()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4500 ArrayRef<SourceLocation> getIdentifierLocs() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1441 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); in VisitImportDecl()