Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5721 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs() function in ImportDecl
5734 return SourceRange(getLocation(), getIdentifierLocs().back()); in getSourceRange()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4844 ArrayRef<SourceLocation> getIdentifierLocs() const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1626 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); in VisitImportDecl()