Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h102 D->getASTContext().getLocalCommentForDeclUncached(D)) in Visit()
H A DASTContext.h825 comments::FullComment *getLocalCommentForDeclUncached(const Decl *D) const;
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp546 comments::FullComment *ASTContext::getLocalCommentForDeclUncached(const Decl *D) const { in getLocalCommentForDeclUncached() function in ASTContext