Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h119 D->getASTContext().getLocalCommentForDeclUncached(D))
H A DASTContext.h911 comments::FullComment *getLocalCommentForDeclUncached(const Decl *D) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp575 comments::FullComment *ASTContext::getLocalCommentForDeclUncached(const Decl *D) const { in getLocalCommentForDeclUncached() function in ASTContext