Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h639 comments::FullComment *getLocalCommentForDeclUncached(const Decl *D) const;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp1002 D->getASTContext().getLocalCommentForDeclUncached(D)) in dumpDecl()
H A DASTContext.cpp434 comments::FullComment *ASTContext::getLocalCommentForDeclUncached(const Decl *D) const { in getLocalCommentForDeclUncached() function in ASTContext