Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp2116 const FunctionProtoType *func_proto_type = in AddFunDecl() local
2119 if (func_proto_type) { in AddFunDecl()
2120 unsigned NumArgs = func_proto_type->getNumParams(); in AddFunDecl()
2126 QualType arg_qual_type(func_proto_type->getParamType(ArgIndex)); in AddFunDecl()
2147 if (func_proto_type && in AddFunDecl()
2150 false, op_kind, func_proto_type->getNumParams())) in AddFunDecl()