Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp780 SourceLocation CommentBegin = Comment.getBegin(); in HandleComment() local
782 const char *CommentRaw = SM.getCharacterData(CommentBegin); in HandleComment()
791 ParseDirective(C, &ED, SM, &PP, CommentBegin, Status, *Markers); in HandleComment()
821 ParseDirective(C2, &ED, SM, &PP, CommentBegin, Status, *Markers); in HandleComment()
/src/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp956 const char *CommentBegin = in tryParsePythonComment() local
958 size_t From = CommentBegin - Lex->getBuffer().begin(); in tryParsePythonComment()
967 ? Lex->getSourceLocation(CommentBegin + Len) in tryParsePythonComment()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7113 StringRef CommentBegin = MAI.getCommentString(); in emitComments() local
7121 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()