Home
last modified time | relevance | path

Searched refs:CommentBegin (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/lib/MC/MCDisassembler/
HDDisassembler.cpp132 const char *CommentBegin = MAI->getCommentString(); in emitComments() local
141 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp530 SourceLocation CommentBegin = Comment.getBegin(); in HandleComment() local
532 const char *CommentRaw = SM.getCharacterData(CommentBegin); in HandleComment()
541 ParseDirective(C, &ED, SM, &PP, CommentBegin, Status); in HandleComment()
571 ParseDirective(C2, &ED, SM, &PP, CommentBegin, Status); in HandleComment()
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp5878 const char *CommentBegin = MAI.getCommentString(); in emitComments() local
5887 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()