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()161 bool IsAlmostTrailingComment : 1; variable165 bool IsAlmostTrailingComment) : in RawComment() argument168 IsAlmostTrailingComment(IsAlmostTrailingComment) in RawComment()
113 IsAlmostTrailingComment(false) { in RawComment()143 IsAlmostTrailingComment = RawText.startswith("//<") || in RawComment()
9095 bool IsAlmostTrailingComment = Record[Idx++]; in ReadComments() local9097 SR, Kind, IsTrailingComment, IsAlmostTrailingComment)); in ReadComments()