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