Lines Matching +defs:parser +defs:c
828 if (capture *c = dyn_cast<capture *> (o)) variable
903 if (capture *c = dyn_cast <capture *> (op)) in commutate() local
1028 if (capture *c = dyn_cast<capture *> (o)) in lower_opt_convert() local
1068 if (capture *c = dyn_cast<capture *> (o)) in has_opt_convert() local
1158 if (capture *c = dyn_cast<capture *> (o)) in lower_cond() local
1210 if (capture *c = dyn_cast <capture *> (ne->ops[0])) in lower_cond() local
1256 if (capture *c = dyn_cast<capture *> (o)) in contains_id() local
1292 if (capture *c = dyn_cast<capture *> (o)) in replace_id() local
1877 if (capture *c = dyn_cast<capture *> (o)) in insert_operand() local
2030 capture *c; member
2075 if (capture *c = dyn_cast <capture *> (o)) in walk_match() local
2153 if (capture *c = dyn_cast <capture *> (o)) in walk_result() local
4871 if (capture *c = dyn_cast <capture *> (op)) in walk_captures() local
4927 parser::parser (cpp_reader *r_) in parser() function