Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTNodeTraverser.h103 D->getASTContext().getLocalCommentForDeclUncached(D)) in Visit()
DASTContext.h882 comments::FullComment *getLocalCommentForDeclUncached(const Decl *D) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTNodeTraverser.h119 D->getASTContext().getLocalCommentForDeclUncached(D))
DASTContext.h890 comments::FullComment *getLocalCommentForDeclUncached(const Decl *D) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTNodeTraverser.h118 D->getASTContext().getLocalCommentForDeclUncached(D))
DASTContext.h885 comments::FullComment *getLocalCommentForDeclUncached(const Decl *D) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTNodeTraverser.h118 D->getASTContext().getLocalCommentForDeclUncached(D))
DASTContext.h885 comments::FullComment *getLocalCommentForDeclUncached(const Decl *D) const;
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h722 comments::FullComment *getLocalCommentForDeclUncached(const Decl *D) const;
/aosp_15_r20/external/clang/lib/AST/
H A DASTDumper.cpp1060 D->getASTContext().getLocalCommentForDeclUncached(D)) in dumpDecl()
H A DASTContext.cpp436 comments::FullComment *ASTContext::getLocalCommentForDeclUncached(const Decl *D) const { in getLocalCommentForDeclUncached() function in ASTContext