Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexingContext.cpp62 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/clang/include/clang/AST/
DDecl.h3779 ArrayRef<SourceLocation> getIdentifierLocs() const;
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1258 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); in VisitImportDecl()
/external/clang/tools/libclang/
DCIndex.cpp4333 ArrayRef<SourceLocation> Locs = ImportD->getIdentifierLocs(); in clang_Cursor_getSpellingNameRange()