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()193 unsigned IsAlmostTrailingComment : 1;197 bool IsAlmostTrailingComment) : in RawComment() argument200 IsAlmostTrailingComment(IsAlmostTrailingComment) in RawComment()
112 IsAlmostTrailingComment(false) { in RawComment() 142 IsAlmostTrailingComment = in RawComment()
10123 bool IsAlmostTrailingComment = Record[Idx++]; in diagnoseOdrViolations() 10125 SR, Kind, IsTrailingComment, IsAlmostTrailingComment)); in diagnoseOdrViolations() 9584 bool IsAlmostTrailingComment = Record[Idx++]; ReadComments() local