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

  /external/clang/include/clang/AST/
CommentParser.h 120 VerbatimLineComment *parseVerbatimLine();
CommentSema.h 173 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin,
Comment.h 914 class VerbatimLineComment : public BlockCommandComment {
920 VerbatimLineComment(SourceLocation LocBegin,
  /external/clang/tools/libclang/
CXComment.cpp 346 const VerbatimLineComment *VLC = getASTNodeAs<VerbatimLineComment>(CXC);
492 const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child);
563 void visitVerbatimLineComment(const VerbatimLineComment *C);
747 const VerbatimLineComment *C) {
893 void visitVerbatimLineComment(const VerbatimLineComment *C);
    [all...]
  /external/clang/lib/AST/
CommentParser.cpp 686 VerbatimLineComment *Parser::parseVerbatimLine() {
704 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(),
CommentSema.cpp 448 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin,
452 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment(
    [all...]
ASTDumper.cpp 306 void visitVerbatimLineComment(const VerbatimLineComment *C);
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 574 VerbatimLineComment *&VLC,
584 << "VerbatimLineComment has name \"" << ActualName.str() << "\", "
590 << "VerbatimLineComment has text \"" << ActualText.str() << "\", "
    [all...]

Completed in 60 milliseconds