HomeSort by: relevance | last modified time | path
    Searched refs:CommentConsumer (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 61 AsmCommentConsumer *CommentConsumer = nullptr;
156 void setCommentConsumer(AsmCommentConsumer *CommentConsumer) {
157 this->CommentConsumer = CommentConsumer;
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmLexer.cpp 206 // If we have a CommentConsumer, notify it about the comment.
207 if (CommentConsumer) {
208 CommentConsumer->HandleComment(
234 // If we have a CommentConsumer, notify it about the comment.
235 if (CommentConsumer) {
236 CommentConsumer->HandleComment(

Completed in 47 milliseconds