Searched refs:CommentBegin (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.cpp | 146 StringRef CommentBegin = MAI->getCommentString(); in emitComments() local 155 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 772 SourceLocation CommentBegin = Comment.getBegin(); in HandleComment() local 774 const char *CommentRaw = SM.getCharacterData(CommentBegin); in HandleComment() 783 ParseDirective(C, &ED, SM, &PP, CommentBegin, Status, *Markers); in HandleComment() 813 ParseDirective(C2, &ED, SM, &PP, CommentBegin, Status, *Markers); in HandleComment()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | FormatTokenLexer.cpp | 690 const char *CommentBegin = in tryParsePythonComment() local 692 size_t From = CommentBegin - Lex->getBuffer().begin(); in tryParsePythonComment() 701 ? Lex->getSourceLocation(CommentBegin + Len) in tryParsePythonComment()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 7151 StringRef CommentBegin = MAI.getCommentString(); in emitComments() local 7159 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
|