Lines Matching refs:RawComment
270 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitVarDecl() local
271 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitVarDecl()
331 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitFunctionDecl() local
332 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitFunctionDecl()
371 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitEnumDecl() local
372 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitEnumDecl()
412 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitRecordDecl() local
413 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitRecordDecl()
447 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCInterfaceDecl() local
448 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCInterfaceDecl()
493 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCProtocolDecl() local
494 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCProtocolDecl()
530 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitTypedefNameDecl() local
531 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitTypedefNameDecl()
554 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCCategoryDecl() local
555 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCCategoryDecl()
623 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Constant)) in recordEnumConstants() local
624 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordEnumConstants()
650 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Field)) in recordStructFields() local
651 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordStructFields()
680 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Method)) in recordObjCMethods() local
681 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordObjCMethods()
707 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Property)) in recordObjCProperties() local
708 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordObjCProperties()
750 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Ivar)) in recordObjCInstanceVariables() local
751 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordObjCInstanceVariables()