Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp146 StringRef CommentBegin = MAI->getCommentString(); in emitComments() local
155 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.cpp690 const char *CommentBegin = in tryParsePythonComment() local
692 size_t From = CommentBegin - Lex->getBuffer().begin(); in tryParsePythonComment()
701 ? Lex->getSourceLocation(CommentBegin + Len) in tryParsePythonComment()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp7151 StringRef CommentBegin = MAI.getCommentString(); in emitComments() local
7159 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()