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

  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 152 const char *CommentBegin = MAI->getCommentString();
161 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position);
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 533 SourceLocation CommentBegin = Comment.getBegin();
535 const char *CommentRaw = SM.getCharacterData(CommentBegin);
544 ParseDirective(C, &ED, SM, &PP, CommentBegin, Status);
574 ParseDirective(C2, &ED, SM, &PP, CommentBegin, Status);

Completed in 67 milliseconds