Lines Matching refs:SelectorOrMethod
872 uintptr_t SelectorOrMethod;
892 /// SelectorOrMethod.
919 : Expr(ObjCMessageExprClass, Empty), SelectorOrMethod(0), Kind(0),
1255 SelectorOrMethod = reinterpret_cast<uintptr_t>(S.getAsOpaquePtr());
1260 return reinterpret_cast<const ObjCMethodDecl *>(SelectorOrMethod);
1267 return reinterpret_cast<ObjCMethodDecl *>(SelectorOrMethod);
1274 SelectorOrMethod = reinterpret_cast<uintptr_t>(MD);