Home
last modified time | relevance | path

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

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