Home
last modified time | relevance | path

Searched refs:method_selector (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Deval.c698 static CORE_ADDR method_selector = 0; in evaluate_subexp_standard() local
783 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()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8198 clang::Selector method_selector = ast.Selectors.getSelector( in AddMethodToObjCObjectType() local
8234 objc_method_decl->setDeclName(method_selector); in AddMethodToObjCObjectType()