Lines Matching refs:RawComment

81   if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl))  in VisitVarDecl()  local
82 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitVarDecl()
141 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitFunctionDecl() local
142 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitFunctionDecl()
186 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitEnumDecl() local
187 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitEnumDecl()
229 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitRecordDecl() local
230 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitRecordDecl()
264 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCInterfaceDecl() local
265 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCInterfaceDecl()
309 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCProtocolDecl() local
310 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCProtocolDecl()
346 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitTypedefNameDecl() local
347 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitTypedefNameDecl()
370 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCCategoryDecl() local
371 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCCategoryDecl()
406 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Constant)) in recordEnumConstants() local
407 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordEnumConstants()
433 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Field)) in recordStructFields() local
434 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordStructFields()
464 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Method)) in recordObjCMethods() local
465 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordObjCMethods()
492 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Property)) in recordObjCProperties() local
493 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordObjCProperties()
535 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Ivar)) in recordObjCInstanceVariables() local
536 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordObjCInstanceVariables()