Searched defs:semantic_predicate (Results 1 – 7 of 7) sorted by relevance
18 struct semantic_predicate : parser<semantic_predicate> struct20 typedef unused_type attribute_type;21 static bool const has_attribute = false;23 constexpr semantic_predicate(bool predicate) in semantic_predicate() function27 bool parse(Iterator& first, Iterator const& last in parse()34 bool predicate;
75 struct semantic_predicate : primitive_parser<semantic_predicate> struct78 struct attribute83 semantic_predicate(bool predicate_) in semantic_predicate() argument88 bool parse(Iterator& first, Iterator const& last in parse()97 info what(Context& /*context*/) const in what()102 bool predicate;
77 struct semantic_predicate : primitive_generator<semantic_predicate> struct80 struct attribute85 semantic_predicate(bool predicate) in semantic_predicate() function92 bool generate(OutputIterator& sink, Context&, Delimiter const& d in generate()100 info what(Context const& /*context*/) const in what()105 bool predicate_;
189 def semantic_predicate( result, predicate ) method in ANTLR3.Debug.EventHub
179 def semantic_predicate( result, predicate ) method in ANTLR3.Debug.EventSocketProxy
319 def semantic_predicate( result, predicate ) method in ANTLR3.Profile.Profiler
578 def semantic_predicate( result, predicate ) method