Home
last modified time | relevance | path

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

/external/lldb/examples/functions/
Dmain.cpp244 …const bool is_objc_method = ((func_demangled_name[0] == '-') || (func_demangled_name[0] == '+')) &… in main() local
248 dump = is_objc_method; in main()
283 if (is_objc_method) in main()