Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp144 StringRef CommentBegin = MAI->getCommentString(); in emitComments() local
153 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp788 SourceLocation CommentBegin = Comment.getBegin(); in HandleComment() local
790 const char *CommentRaw = SM.getCharacterData(CommentBegin); in HandleComment()
799 ParseDirective(C, &ED, SM, &PP, CommentBegin, State, *Markers); in HandleComment()
829 ParseDirective(C2, &ED, SM, &PP, CommentBegin, State, *Markers); in HandleComment()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp1048 const char *CommentBegin = in tryParsePythonComment() local
1050 size_t From = CommentBegin - Lex->getBuffer().begin(); in tryParsePythonComment()
1059 ? Lex->getSourceLocation(CommentBegin + Len) in tryParsePythonComment()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7117 StringRef CommentBegin = MAI.getCommentString(); in emitComments() local
7125 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()