Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Method

555     unsigned Method = llvm::StringSwitch<unsigned>(Name)
560 if (Method == ~0U) {
565 static_cast<CodeGenOptions::ObjCDispatchMethodKind>(Method));