Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp141 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 DVerifyDiagnosticConsumer.cpp613 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 DFormatTokenLexer.cpp341 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 DMachODump.cpp6802 StringRef CommentBegin = MAI.getCommentString(); in emitComments() local
6811 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()