Home | History | Annotate | Download | only in Tooling

Lines Matching refs:Col

16   Comment(const std::string &Message, unsigned Line, unsigned Col)
17 : Message(Message), Line(Line), Col(Col) { }
20 unsigned Line, Col;
104 << Current->Col;
108 void Match(const char *Message, unsigned Line, unsigned Col) {
113 EXPECT_TRUE(C.Message == Message && C.Line == Line && C.Col == Col)
115 << "\" at line " << Line << ", column " << Col
117 << "\" at line " << C.Line << ", column " << C.Col;