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.cpp439 Decl.getASTContext().getRawCommentForDeclNoCache(&Decl)) in getAssociatedRange()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1476 if (const auto *Comment = this->Context.getRawCommentForDeclNoCache(D)) in fetchRawCommentForDecl()
1483 return this->Context.getRawCommentForDeclNoCache(TagTypeDecl); in fetchRawCommentForDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h876 RawComment *getRawCommentForDeclNoCache(const Decl *D) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp295 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache() function in ASTContext
457 const RawComment *RedeclComment = getRawCommentForDeclNoCache(Redecl); in getRawCommentForAnyRedecl()
576 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()