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);
974 InlineCommandComment *ICC;
979 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", NoArgs()));
991 InlineCommandComment *ICC;
996 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", NoArgs()));
1009 InlineCommandComment *ICC;
1014 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", "aaa"));
1026 InlineCommandComment *ICC;
1031 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", "aaa"));
1044 InlineCommandComment *ICC;
1049 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "unknown", NoArgs()));