Home | History | Annotate | Download | only in AST

Lines Matching refs:ICC

266                                               InlineCommandComment *&ICC,
268 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC);
272 StringRef ActualName = ICC->getCommandName(Traits);
286 InlineCommandComment *&ICC,
289 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name);
293 if (ICC->getNumArgs() != 0)
295 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), "
304 InlineCommandComment *&ICC,
307 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name);
311 if (ICC->getNumArgs() != 1)
313 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), "
316 StringRef ActualArg = ICC->getArgText(0);
999 InlineCommandComment *ICC;
1004 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", NoArgs()));
1016 InlineCommandComment *ICC;
1021 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", NoArgs()));
1034 InlineCommandComment *ICC;
1039 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", "aaa"));
1051 InlineCommandComment *ICC;
1056 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", "aaa"));
1069 InlineCommandComment *ICC;
1074 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "unknown", NoArgs()));