Searched refs:function_proto_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp2749 const clang::FunctionProtoType *function_proto_type = local
2751 if (function_proto_type)
2752 *is_variadic_ptr = function_proto_type->isVariadic();

Completed in 186 milliseconds