Home | History | Annotate | Download | only in AST

Lines Matching refs:Name

164                                              StringRef Name,
171 if (ActualName != Name)
173 << "BlockCommandComment has name \"" << ActualName.str() << "\", "
174 "expected \"" << Name.str() << "\"";
198 << "ParamCommandComment has name \"" << ActualCommandName.str() << "\", "
215 << "ParamCommandComment has no parameter name";
220 << "ParamCommandComment has parameter name \"" << ActualParamName.str()
244 << "TParamCommandComment has name \"" << ActualCommandName.str() << "\", "
249 << "TParamCommandComment has no parameter name";
254 << "TParamCommandComment has parameter name \"" << ActualParamName.str()
267 StringRef Name) {
273 if (ActualName != Name)
275 << "InlineCommandComment has name \"" << ActualName.str() << "\", "
276 "expected \"" << Name.str() << "\"";
287 StringRef Name,
289 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name);
305 StringRef Name,
307 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name);
336 << "HTMLStartTagComment has name \"" << ActualTagName.str() << "\", "
403 StringRef ActualName = HST->getAttr(0).Name;
429 << "HTMLEndTagComment has name \"" << ActualTagName.str() << "\", "
465 StringRef Name,
472 if (ActualName != Name)
474 << "VerbatimBlockComment has name \"" << ActualName.str() << "\", "
475 "expected \"" << Name.str() << "\"";
480 << "VerbatimBlockComment has closing command name \""
494 StringRef Name,
497 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name,
514 StringRef Name,
518 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name,
541 StringRef Name,
546 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name,
575 StringRef Name,
582 if (ActualName != Name)
584 << "VerbatimLineComment has name \"" << ActualName.str() << "\", "
585 "expected \"" << Name.str() << "\"";