Searched refs:CommentBegin (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/lib/MC/MCDisassembler/ |
| HD | Disassembler.cpp | 132 const char *CommentBegin = MAI->getCommentString(); in emitComments() local 141 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | VerifyDiagnosticConsumer.cpp | 530 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/ |
| HD | MachODump.cpp | 5878 const char *CommentBegin = MAI.getCommentString(); in emitComments() local 5887 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
|