Searched refs:extract_prototype (Results 1 – 6 of 6) sorted by relevance
198 static const FunctionProtoType *extract_prototype(QualType type);
789 const FunctionProtoType *generator::extract_prototype(QualType type) in extract_prototype() function in generator799 return extract_prototype(type)->getNumArgs(); in prototype_n_args()
555 callback = extract_prototype(ptype); in print_persistent_callback_prototype()1937 callback = extract_prototype(ptype); in print_callback_body()2023 callback = extract_prototype(ptype); in print_callback_local()
691 callback = generator::extract_prototype(type); in generate_callback_args()729 const FunctionProtoType *callback = generator::extract_prototype(type); in generate_callback_type()
1648 auto proto = generator::extract_prototype(callback_type); in total_params()1756 auto proto = generator::extract_prototype(callback_type); in print_callback_lambda()2711 auto callback = cpp_generator::extract_prototype(type); in callback_name()
216 const FunctionProtoType *fn = extract_prototype(type); in print_callback()