Home
last modified time | relevance | path

Searched refs:CommentConsumer (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h59 AsmCommentConsumer *CommentConsumer = nullptr; variable
154 void setCommentConsumer(AsmCommentConsumer *CommentConsumer) { in setCommentConsumer() argument
155 this->CommentConsumer = CommentConsumer; in setCommentConsumer()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp207 if (CommentConsumer) { in LexSlash()
208 CommentConsumer->HandleComment( in LexSlash()
236 if (CommentConsumer) { in LexLineComment()
237 CommentConsumer->HandleComment( in LexLineComment()