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 118 VerbatimLineComment *parseVerbatimLine();
CommentSema.h 170 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin,
Comment.h 947 class VerbatimLineComment : public BlockCommandComment {
953 VerbatimLineComment(SourceLocation LocBegin,
  /external/clang/lib/Index/
CommentToXML.cpp 173 const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child);
244 void visitVerbatimLineComment(const VerbatimLineComment *C);
436 const VerbatimLineComment *C) {
560 void visitVerbatimLineComment(const VerbatimLineComment *C);
824 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...]
ASTDumper.cpp 373 void visitVerbatimLineComment(const VerbatimLineComment *C);
    [all...]
CommentParser.cpp 702 VerbatimLineComment *Parser::parseVerbatimLine() {
720 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(),
  /external/clang/unittests/AST/
CommentParser.cpp 574 VerbatimLineComment *&VLC,
584 << "VerbatimLineComment has name \"" << ActualName.str() << "\", "
590 << "VerbatimLineComment has text \"" << ActualText.str() << "\", "
    [all...]

Completed in 305 milliseconds