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

  /external/clang/include/clang/AST/
CommentParser.h 114 VerbatimLineComment *parseVerbatimLine();
CommentSema.h 166 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin,
Comment.h 949 class VerbatimLineComment : public BlockCommandComment {
955 VerbatimLineComment(SourceLocation LocBegin,
  /external/clang/lib/Index/
CommentToXML.cpp 172 const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child);
243 void visitVerbatimLineComment(const VerbatimLineComment *C);
435 const VerbatimLineComment *C) {
558 void visitVerbatimLineComment(const VerbatimLineComment *C);
817 const VerbatimLineComment *C) {
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 354 const VerbatimLineComment *VLC = getASTNodeAs<VerbatimLineComment>(CXC);
  /external/clang/lib/AST/
CommentSema.cpp 445 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin,
449 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment(
    [all...]
CommentParser.cpp 702 VerbatimLineComment *Parser::parseVerbatimLine() {
720 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(),
ASTDumper.cpp 557 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 768 milliseconds