Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTNodeTraverser.h103 D->getASTContext().getLocalCommentForDeclUncached(D)) in Visit()
H A DASTContext.h876 comments::FullComment *getLocalCommentForDeclUncached(const Decl *D) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp554 comments::FullComment *ASTContext::getLocalCommentForDeclUncached(const Decl *D) const { in getLocalCommentForDeclUncached() function in ASTContext