Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDecl.cpp3759 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const { in getIdentifierLocs() function in ImportDecl
3774 return SourceRange(getLocation(), getIdentifierLocs().back()); in getSourceRange()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h3457 ArrayRef<SourceLocation> getIdentifierLocs() const;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterDecl.cpp1048 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs(); in VisitImportDecl()