Searched refs:IsAlmostTrailingComment (Results 1 – 3 of 3) sorted by relevance
45 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment()84 return IsAlmostTrailingComment; in isAlmostTrailingComment()176 bool IsAlmostTrailingComment : 1; variable180 bool IsAlmostTrailingComment) : in RawComment() argument183 IsAlmostTrailingComment(IsAlmostTrailingComment) in RawComment()
114 IsAlmostTrailingComment(false) { in RawComment()144 IsAlmostTrailingComment = RawText.startswith("//<") || in RawComment()
9210 bool IsAlmostTrailingComment = Record[Idx++]; in ReadComments() local9212 SR, Kind, IsTrailingComment, IsAlmostTrailingComment)); in ReadComments()