Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp270 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitVarDecl()
331 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitFunctionDecl()
371 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitEnumDecl()
412 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitRecordDecl()
447 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCInterfaceDecl()
493 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCProtocolDecl()
530 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitTypedefNameDecl()
554 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCCategoryDecl()
650 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Field)) in recordStructFields()
680 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Method)) in recordObjCMethods()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DMapper.cpp76 RawComment *Comment = Context.getRawCommentForDeclNoCache(D); in getComment()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DInsertionPoint.cpp67 if (RawComment *Comment = D.getASTContext().getRawCommentForDeclNoCache(&D)) { in beginLoc()
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp346 Decl.getASTContext().getRawCommentForDeclNoCache(&Decl)) in getAssociatedRange()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/
H A DSerializeTest.cpp27 D->getASTContext().getRawCommentForDeclNoCache(D)) { in getComment()
/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.cpp316 if (const auto *Comment = D->getASTContext().getRawCommentForDeclNoCache(D)) { in getFullRange()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h870 RawComment *getRawCommentForDeclNoCache(const Decl *D) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp284 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache() function in ASTContext
440 const RawComment *RedeclComment = getRawCommentForDeclNoCache(Redecl); in getRawCommentForAnyRedecl()
553 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()