Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.cpp111 auto IdLocs = ImportD->getIdentifierLocs(); in importedModule()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4474 ArrayRef<SourceLocation> getIdentifierLocs() const;
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1423 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); in VisitImportDecl()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp4838 ArrayRef<SourceLocation> Locs = ImportD->getIdentifierLocs();