Home | History | Annotate | Download | only in AST

Lines Matching defs:TC

121   TextComment *TC;
122 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
126 StringRef ActualText = TC->getText();
132 if (TC->hasTrailingNewline())
142 TextComment *TC;
143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
147 StringRef ActualText = TC->getText();
153 if (!TC->hasTrailingNewline())