HomeSort by relevance Sort by last modified time
    Searched full:verbatimblockcomment (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/Basic/
CommentNodes.td 21 def VerbatimBlockComment : DComment<BlockCommandComment>;
  /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/test/Misc/
ast-dump-comment.cpp 68 // CHECK: VerbatimBlockComment{{.*}} Name="verbatim" CloseName="endverbatim"
  /external/clang/include/clang/AST/
CommentSema.h 159 VerbatimBlockComment *actOnVerbatimBlockStart(SourceLocation Loc,
165 void actOnVerbatimBlockFinish(VerbatimBlockComment *Block,
CommentParser.h 117 VerbatimBlockComment *parseVerbatimBlock();
Comment.h 895 class VerbatimBlockComment : public BlockCommandComment {
902 VerbatimBlockComment(SourceLocation LocBegin,
  /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...]
CommentParser.cpp 655 VerbatimBlockComment *Parser::parseVerbatimBlock() {
658 VerbatimBlockComment *VB =
ASTDumper.cpp 371 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/bin/
clang 
clang++ 
  /prebuilts/clang/linux-x86/host/3.5/bin/
clang 
clang++ 
  /prebuilts/sdk/tools/linux/
libclang.so 

Completed in 778 milliseconds