Home | History | Annotate | Download | only in compiler

Lines Matching defs:infoSink

22           infoSink(sink),
46 TInfoSink& infoSink;
64 infoSink.info.message(EPrefixInternalError, "Symbol Node found in constant constructor", node->getLine());
77 infoSink.info.message(EPrefixError, buf.c_str(), node->getLine());
82 infoSink.info.message(EPrefixInternalError, "Binary Node found in constant constructor", node->getLine());
92 infoSink.info.message(EPrefixError, buf.c_str(), node->getLine());
103 infoSink.info.message(EPrefixError, buf.c_str(), node->getLine());
147 infoSink.info.message(EPrefixInternalError, "Selection Node found in constant constructor", node->getLine());
209 infoSink.info.message(EPrefixInternalError, "Loop Node found in constant constructor", node->getLine());
216 infoSink.info.message(EPrefixInternalError, "Branch Node found in constant constructor", node->getLine());
231 TConstTraverser it(unionArray, singleConstantParam, constructorType, infoSink, symbolTable, t);