Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h722 comments::FullComment *getLocalCommentForDeclUncached(const Decl *D) const;
/external/clang/lib/AST/
DASTDumper.cpp1060 D->getASTContext().getLocalCommentForDeclUncached(D)) in dumpDecl()
DASTContext.cpp436 comments::FullComment *ASTContext::getLocalCommentForDeclUncached(const Decl *D) const { in getLocalCommentForDeclUncached() function in ASTContext