Searched defs:RawComment (Results 1 – 5 of 5) sorted by relevance
81 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitVarDecl() local141 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitFunctionDecl() local186 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitEnumDecl() local229 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitRecordDecl() local264 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCInterfaceDecl() local309 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCProtocolDecl() local346 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitTypedefNameDecl() local370 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCCategoryDecl() local406 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Constant)) in recordEnumConstants() local433 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Field)) in recordStructFields() local[all …]
45 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment() function179 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment() function
110 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment() function in RawComment
47 class RawComment; variable
693 CXString RawComment; in PrintCursorComments() local