Searched refs:method_selector (Results 1 – 2 of 2) sorted by relevance
701 static CORE_ADDR method_selector = 0; in evaluate_subexp_standard() local786 method_selector = lookup_child_selector ("methodForSelector:"); in evaluate_subexp_standard()787 if (method_selector == 0) in evaluate_subexp_standard()788 method_selector = lookup_child_selector ("methodFor:"); in evaluate_subexp_standard()790 if (method_selector == 0) in evaluate_subexp_standard()820 argvec[2] = value_from_longest (builtin_type_long, method_selector); in evaluate_subexp_standard()
8646 clang::Selector method_selector = ast->Selectors.getSelector( in AddMethodToObjCObjectType() local8679 method_selector, method_function_prototype->getReturnType(), in AddMethodToObjCObjectType()