Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp145 StringRef CommentBegin = MAI->getCommentString(); in emitComments() local
154 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp769 SourceLocation CommentBegin = Comment.getBegin(); in HandleComment() local
771 const char *CommentRaw = SM.getCharacterData(CommentBegin); in HandleComment()
780 ParseDirective(C, &ED, SM, &PP, CommentBegin, Status, *Markers); in HandleComment()
810 ParseDirective(C2, &ED, SM, &PP, CommentBegin, Status, *Markers); in HandleComment()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.cpp807 const char *CommentBegin = in tryParsePythonComment() local
809 size_t From = CommentBegin - Lex->getBuffer().begin(); in tryParsePythonComment()
818 ? Lex->getSourceLocation(CommentBegin + Len) in tryParsePythonComment()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp7408 StringRef CommentBegin = MAI.getCommentString(); in emitComments() local
7416 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()