Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h54 AsmCommentConsumer *CommentConsumer = nullptr; variable
147 void setCommentConsumer(AsmCommentConsumer *CommentConsumer) { in setCommentConsumer() argument
148 this->CommentConsumer = CommentConsumer; in setCommentConsumer()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp189 if (CommentConsumer) { in LexSlash()
190 CommentConsumer->HandleComment( in LexSlash()
217 if (CommentConsumer) { in LexLineComment()
218 CommentConsumer->HandleComment( in LexLineComment()