Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3102 const clang::FunctionProtoType *function_proto_type = in IsFunctionType() local
3104 if (function_proto_type) in IsFunctionType()
3105 *is_variadic_ptr = function_proto_type->isVariadic(); in IsFunctionType()