Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexingContext.cpp110 auto IdLocs = ImportD->getIdentifierLocs(); in importedModule()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp5393 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs() function in ImportDecl
5406 return SourceRange(getLocation(), getIdentifierLocs().back()); in getSourceRange()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h4702 ArrayRef<SourceLocation> getIdentifierLocs() const;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1469 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); in VisitImportDecl()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp5064 ArrayRef<SourceLocation> Locs = ImportD->getIdentifierLocs(); in clang_Cursor_getSpellingNameRange()