Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp390 Decl.getASTContext().getRawCommentForDeclNoCache(&Decl)) in getAssociatedRange()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1419 return this->Context.getRawCommentForDeclNoCache(D); in fetchRawCommentForDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h847 RawComment *getRawCommentForDeclNoCache(const Decl *D) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp292 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache() function in ASTContext
454 const RawComment *RedeclComment = getRawCommentForDeclNoCache(Redecl); in getRawCommentForAnyRedecl()
573 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()