Searched refs:getRawCommentForDeclNoCache (Results 1 – 4 of 4) sorted by relevance
81 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitVarDecl()141 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitFunctionDecl()186 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitEnumDecl()229 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitRecordDecl()264 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCInterfaceDecl()309 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCProtocolDecl()346 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitTypedefNameDecl()370 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCCategoryDecl()406 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Constant)) in recordEnumConstants()433 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Field)) in recordStructFields()[all …]
390 Decl.getASTContext().getRawCommentForDeclNoCache(&Decl)) in getAssociatedRange()
841 RawComment *getRawCommentForDeclNoCache(const Decl *D) const;
283 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache() function in ASTContext442 const RawComment *RedeclComment = getRawCommentForDeclNoCache(Redecl); in getRawCommentForAnyRedecl()555 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()