Home | History | Annotate | Download | only in AST

Lines Matching refs:getNumLines

502   if (VBC->getNumLines() != 0)
504 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), "
523 if (VBC->getNumLines() != 1)
525 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), "
551 if (VBC->getNumLines() != 2)
553 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), "
1353 ASSERT_EQ(3U, VBC->getNumLines());