Searched refs:method_selector (Results 1 – 2 of 2) sorted by relevance
698 static CORE_ADDR method_selector = 0; in evaluate_subexp_standard() local783 method_selector = lookup_child_selector ("methodForSelector:"); in evaluate_subexp_standard()784 if (method_selector == 0) in evaluate_subexp_standard()785 method_selector = lookup_child_selector ("methodFor:"); in evaluate_subexp_standard()787 if (method_selector == 0) in evaluate_subexp_standard()817 argvec[2] = value_from_longest (builtin_type_long, method_selector); in evaluate_subexp_standard()
8198 clang::Selector method_selector = ast.Selectors.getSelector( in AddMethodToObjCObjectType() local8234 objc_method_decl->setDeclName(method_selector); in AddMethodToObjCObjectType()