Searched defs:VBC (Results 1 - 1 of 1) sorted by relevance

/external/clang/unittests/AST/
H A DCommentParser.cpp464 VerbatimBlockComment *&VBC,
467 ::testing::AssertionResult AR = GetChildAt(C, Idx, VBC);
471 StringRef ActualName = VBC->getCommandName(Traits);
477 StringRef ActualCloseName = VBC->getCloseName();
493 VerbatimBlockComment *&VBC,
497 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name,
502 if (VBC->getNumLines() != 0)
504 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), "
513 VerbatimBlockComment *&VBC,
518 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Nam
461 HasVerbatimBlockAt(const Comment *C, const CommandTraits &Traits, size_t Idx, VerbatimBlockComment *&VBC, StringRef Name, StringRef CloseName) argument
490 HasVerbatimBlockAt(const Comment *C, const CommandTraits &Traits, size_t Idx, VerbatimBlockComment *&VBC, StringRef Name, StringRef CloseName, NoLines) argument
510 HasVerbatimBlockAt(const Comment *C, const CommandTraits &Traits, size_t Idx, VerbatimBlockComment *&VBC, StringRef Name, StringRef CloseName, Lines, StringRef Line0) argument
537 HasVerbatimBlockAt(const Comment *C, const CommandTraits &Traits, size_t Idx, VerbatimBlockComment *&VBC, StringRef Name, StringRef CloseName, Lines, StringRef Line0, StringRef Line1) argument
1242 VerbatimBlockComment *VBC; local
1257 VerbatimBlockComment *VBC; local
1272 VerbatimBlockComment *VBC; local
1295 VerbatimBlockComment *VBC; local
1320 VerbatimBlockComment *VBC; local
1347 VerbatimBlockComment *VBC; local
1375 VerbatimBlockComment *VBC; local
[all...]

Completed in 80 milliseconds