Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp146 StringRef CommentBegin = MAI->getCommentString(); in emitComments() local
155 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp772 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp692 const char *CommentBegin = in tryParsePythonComment() local
694 size_t From = CommentBegin - Lex->getBuffer().begin(); in tryParsePythonComment()
703 ? Lex->getSourceLocation(CommentBegin + Len) in tryParsePythonComment()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7151 StringRef CommentBegin = MAI.getCommentString(); in emitComments() local
7159 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()