Searched defs:RawComment (Results 1 – 4 of 4) sorted by relevance
45 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment() function164 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment() function
109 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment() function in RawComment
48 class RawComment; variable
691 CXString RawComment; in PrintCursorComments() local