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 119 VerbatimBlockComment *parseVerbatimBlock();
CommentSema.h 162 VerbatimBlockComment *actOnVerbatimBlockStart(SourceLocation Loc,
168 void actOnVerbatimBlockFinish(VerbatimBlockComment *Block,
Comment.h 862 class VerbatimBlockComment : public BlockCommandComment {
869 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/AST/
CommentParser.cpp 639 VerbatimBlockComment *Parser::parseVerbatimBlock() {
642 VerbatimBlockComment *VB =
CommentSema.cpp 425 VerbatimBlockComment *Sema::actOnVerbatimBlockStart(SourceLocation Loc,
428 return new (Allocator) VerbatimBlockComment(
440 VerbatimBlockComment *Block,
    [all...]
ASTDumper.cpp 304 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 561 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
727 const VerbatimBlockComment *C) {
891 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
    [all...]

Completed in 134 milliseconds