Searched refs:CommentBegin (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.cpp | 141 StringRef CommentBegin = MAI->getCommentString(); in emitComments() local 150 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 613 SourceLocation CommentBegin = Comment.getBegin(); in HandleComment() local 615 const char *CommentRaw = SM.getCharacterData(CommentBegin); in HandleComment() 624 ParseDirective(C, &ED, SM, &PP, CommentBegin, Status); in HandleComment() 654 ParseDirective(C2, &ED, SM, &PP, CommentBegin, Status); in HandleComment()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | FormatTokenLexer.cpp | 341 const char *CommentBegin = in tryParsePythonComment() local 343 size_t From = CommentBegin - Lex->getBuffer().begin(); in tryParsePythonComment() 352 ? Lex->getSourceLocation(CommentBegin + Len) in tryParsePythonComment()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 6802 StringRef CommentBegin = MAI.getCommentString(); in emitComments() local 6811 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
|