HomeSort by relevance Sort by last modified time
    Searched refs:VerbatimBlockComment (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/AST/
CommentParser.h 117 VerbatimBlockComment *parseVerbatimBlock();
CommentSema.h 159 VerbatimBlockComment *actOnVerbatimBlockStart(SourceLocation Loc,
165 void actOnVerbatimBlockFinish(VerbatimBlockComment *Block,
Comment.h 895 class VerbatimBlockComment : public BlockCommandComment {
902 VerbatimBlockComment(SourceLocation LocBegin,
  /external/clang/unittests/AST/
CommentParser.cpp 464 VerbatimBlockComment *&VBC,
474 << "VerbatimBlockComment has name \"" << ActualName.str() << "\", "
480 << "VerbatimBlockComment has closing command name \""
493 VerbatimBlockComment *&VBC,
504 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), "
513 VerbatimBlockComment *&VBC,
525 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), "
531 << "VerbatimBlockComment has lines[0] \"" << ActualLine0.str() << "\", "
540 VerbatimBlockComment *&VBC,
553 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s),
    [all...]
  /external/clang/lib/Index/
CommentToXML.cpp 242 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
416 const VerbatimBlockComment *C) {
558 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
797 const VerbatimBlockComment *C) {
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 422 VerbatimBlockComment *Sema::actOnVerbatimBlockStart(SourceLocation Loc,
425 return new (Allocator) VerbatimBlockComment(
437 VerbatimBlockComment *Block,
    [all...]
ASTDumper.cpp 371 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
    [all...]
CommentParser.cpp 655 VerbatimBlockComment *Parser::parseVerbatimBlock() {
658 VerbatimBlockComment *VB =

Completed in 283 milliseconds