Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Method

214     Res.push_back("-fobjc-dispatch-method=mixed");
217 Res.push_back("-fobjc-dispatch-method=non-legacy");
1077 unsigned Method = llvm::StringSwitch<unsigned>(Name)
1082 if (Method == ~0U)
1085 Opts.ObjCDispatchMethod = Method;