Home
last modified time | relevance | path

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

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