Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexingContext.cpp62 auto IdLocs = ImportD->getIdentifierLocs(); in importedModule()
/external/llvm-project/clang/lib/Index/
DIndexingContext.cpp111 auto IdLocs = ImportD->getIdentifierLocs(); in importedModule()
/external/clang/lib/AST/
DDecl.cpp4268 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs() function in ImportDecl
4281 return SourceRange(getLocation(), getIdentifierLocs().back()); in getSourceRange()
/external/llvm-project/clang/lib/AST/
DDecl.cpp5074 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs() function in ImportDecl
5087 return SourceRange(getLocation(), getIdentifierLocs().back()); in getSourceRange()
/external/clang/include/clang/AST/
DDecl.h3779 ArrayRef<SourceLocation> getIdentifierLocs() const;
/external/llvm-project/clang/include/clang/AST/
DDecl.h4454 ArrayRef<SourceLocation> getIdentifierLocs() const;
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1258 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); in VisitImportDecl()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1423 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); in VisitImportDecl()
/external/clang/tools/libclang/
DCIndex.cpp4333 ArrayRef<SourceLocation> Locs = ImportD->getIdentifierLocs(); in clang_Cursor_getSpellingNameRange()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4797 ArrayRef<SourceLocation> Locs = ImportD->getIdentifierLocs(); in clang_Cursor_getSpellingNameRange()