Searched defs:RawComment (Results 1 – 3 of 3) sorted by relevance
41 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment() function147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment() function
109 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment() function in RawComment
608 CXString RawComment; in PrintCursorComments() local