Home
last modified time | relevance | path

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

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