Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp88 const FunctionProtoType *func_proto_type = in AddFunDecl() local
91 if (func_proto_type) { in AddFunDecl()
92 unsigned NumArgs = func_proto_type->getNumParams(); in AddFunDecl()
98 QualType arg_qual_type(func_proto_type->getParamType(ArgIndex)); in AddFunDecl()
119 if (func_proto_type && in AddFunDecl()
122 false, op_kind, func_proto_type->getNumParams())) in AddFunDecl()