Searched refs:getRawCommentForDeclNoCache (Results 1 – 8 of 8) sorted by relevance
270 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 …]
76 RawComment *Comment = Context.getRawCommentForDeclNoCache(D); in getComment()
67 if (RawComment *Comment = D.getASTContext().getRawCommentForDeclNoCache(&D)) { in beginLoc()
346 Decl.getASTContext().getRawCommentForDeclNoCache(&Decl)) in getAssociatedRange()
27 D->getASTContext().getRawCommentForDeclNoCache(D)) { in getComment()
316 if (const auto *Comment = D->getASTContext().getRawCommentForDeclNoCache(D)) { in getFullRange()
870 RawComment *getRawCommentForDeclNoCache(const Decl *D) const;
284 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache() function in ASTContext440 const RawComment *RedeclComment = getRawCommentForDeclNoCache(Redecl); in getRawCommentForAnyRedecl()553 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()