Lines Matching +defs:parser +defs:c
895 if (capture *c = dyn_cast<capture *> (o)) variable
970 if (capture *c = dyn_cast <capture *> (op)) in commutate() local
1099 if (capture *c = dyn_cast<capture *> (o)) in lower_opt() local
1137 if (capture *c = dyn_cast<capture *> (o)) in has_opt() local
1217 if (capture *c = dyn_cast<capture *> (o)) in lower_cond() local
1269 if (capture *c = dyn_cast <capture *> (ne->ops[0])) in lower_cond() local
1315 if (capture *c = dyn_cast<capture *> (o)) in contains_id() local
1351 if (capture *c = dyn_cast<capture *> (o)) in replace_id() local
1945 if (capture *c = dyn_cast<capture *> (o)) in insert_operand() local
2099 capture *c; member
2144 if (capture *c = dyn_cast <capture *> (o)) in walk_match() local
2222 if (capture *c = dyn_cast <capture *> (o)) in walk_result() local
4976 if (capture *c = dyn_cast <capture *> (op)) in walk_captures() local
5032 parser::parser (cpp_reader *r_) in parser() function