Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp145 StringRef CommentBegin = MAI->getCommentString(); in emitComments() local
154 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp775 SourceLocation CommentBegin = Comment.getBegin(); in HandleComment() local
777 const char *CommentRaw = SM.getCharacterData(CommentBegin); in HandleComment()
786 ParseDirective(C, &ED, SM, &PP, CommentBegin, Status, *Markers); in HandleComment()
816 ParseDirective(C2, &ED, SM, &PP, CommentBegin, Status, *Markers); in HandleComment()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp918 const char *CommentBegin = in tryParsePythonComment() local
920 size_t From = CommentBegin - Lex->getBuffer().begin(); in tryParsePythonComment()
929 ? Lex->getSourceLocation(CommentBegin + Len) in tryParsePythonComment()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7001 StringRef CommentBegin = MAI.getCommentString(); in emitComments() local
7009 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()