Searched refs:IsAlmostTrailingComment (Results 1 – 3 of 3) sorted by relevance
41 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment()81 return IsAlmostTrailingComment; in isAlmostTrailingComment()140 bool IsAlmostTrailingComment : 1; variable148 bool IsAlmostTrailingComment, in RawComment() argument152 IsAlmostTrailingComment(IsAlmostTrailingComment), in RawComment()
70 IsAttached(false), IsAlmostTrailingComment(false), in RawComment()84 IsAlmostTrailingComment = RawText.startswith("//<") || in RawComment()
8183 bool IsAlmostTrailingComment = Record[Idx++]; in ReadComments() local8185 SR, Kind, IsTrailingComment, IsAlmostTrailingComment, in ReadComments()