Searched refs:IsAlmostTrailingComment (Results 1 – 3 of 3) sorted by relevance
41 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment()80 return IsAlmostTrailingComment; in isAlmostTrailingComment()157 bool IsAlmostTrailingComment : 1; variable161 bool IsAlmostTrailingComment) : in RawComment() argument164 IsAlmostTrailingComment(IsAlmostTrailingComment) in RawComment()
113 IsAlmostTrailingComment(false) { in RawComment()143 IsAlmostTrailingComment = RawText.startswith("//<") || in RawComment()
9187 bool IsAlmostTrailingComment = Record[Idx++]; in ReadComments() local9189 SR, Kind, IsTrailingComment, IsAlmostTrailingComment)); in ReadComments()