Home
last modified time | relevance | path

Searched refs:getRawCommentForDeclNoCache (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h796 RawComment *getRawCommentForDeclNoCache(const Decl *D) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp115 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache() function in ASTContext
415 RC = getRawCommentForDeclNoCache(I); in getRawCommentForAnyRedecl()
486 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()