Searched refs:IsAlmostTrailingComment (Results 1 – 3 of 3) sorted by relevance
40 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment()80 return IsAlmostTrailingComment; in isAlmostTrailingComment()136 bool IsAlmostTrailingComment : 1; variable145 bool IsAlmostTrailingComment) : in RawComment() argument148 IsAlmostTrailingComment(IsAlmostTrailingComment), in RawComment()
68 IsAttached(false), IsAlmostTrailingComment(false), in RawComment()82 IsAlmostTrailingComment = RawText.startswith("//<") || in RawComment()
6970 bool IsAlmostTrailingComment = Record[Idx++]; in ReadComments() local6973 IsAlmostTrailingComment)); in ReadComments()