Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
DMapper.cpp78 RawComment *Comment = Context.getRawCommentForDeclNoCache(D); in getComment()
/external/llvm-project/clang/lib/Tooling/Transformer/
DSourceCode.cpp346 Decl.getASTContext().getRawCommentForDeclNoCache(&Decl)) in getAssociatedRange()
/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DSerializeTest.cpp27 D->getASTContext().getRawCommentForDeclNoCache(D)) { in getComment()
/external/llvm-project/clang-tools-extra/clang-move/
DMove.cpp316 if (const auto *Comment = D->getASTContext().getRawCommentForDeclNoCache(D)) { in getFullRange()
/external/clang/include/clang/AST/
DASTContext.h689 RawComment *getRawCommentForDeclNoCache(const Decl *D) const;
/external/llvm-project/clang/include/clang/AST/
DASTContext.h750 RawComment *getRawCommentForDeclNoCache(const Decl *D) const;
/external/clang/lib/AST/
DASTContext.cpp64 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache() function in ASTContext
366 RC = getRawCommentForDeclNoCache(I); in getRawCommentForAnyRedecl()
437 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp277 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache() function in ASTContext
433 const RawComment *RedeclComment = getRawCommentForDeclNoCache(Redecl); in getRawCommentForAnyRedecl()
546 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()