Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTTraverserTest.cpp245 AST->getASTContext().getLocalCommentForDeclUncached(CTorFunc); in TEST()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTNodeTraverser.h103 D->getASTContext().getLocalCommentForDeclUncached(D)) in Visit()
H A DASTContext.h905 comments::FullComment *getLocalCommentForDeclUncached(const Decl *D) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp552 comments::FullComment *ASTContext::getLocalCommentForDeclUncached(const Decl *D) const { in getLocalCommentForDeclUncached() function in ASTContext