Searched refs:CommentBegin (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.cpp | 145 StringRef CommentBegin = MAI->getCommentString(); in emitComments() local 154 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 769 SourceLocation CommentBegin = Comment.getBegin(); in HandleComment() local 771 const char *CommentRaw = SM.getCharacterData(CommentBegin); in HandleComment() 780 ParseDirective(C, &ED, SM, &PP, CommentBegin, Status, *Markers); in HandleComment() 810 ParseDirective(C2, &ED, SM, &PP, CommentBegin, Status, *Markers); in HandleComment()
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | FormatTokenLexer.cpp | 807 const char *CommentBegin = in tryParsePythonComment() local 809 size_t From = CommentBegin - Lex->getBuffer().begin(); in tryParsePythonComment() 818 ? Lex->getSourceLocation(CommentBegin + Len) in tryParsePythonComment()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 7408 StringRef CommentBegin = MAI.getCommentString(); in emitComments() local 7416 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
|