Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.h370 std::vector<clang::ParmVarDecl*>& function_param_decls,
HDSymbolFileDWARF.cpp4205 std::vector<clang::ParmVarDecl*>& function_param_decls, in ParseChildParameters() argument
4344 function_param_decls.push_back(param_var_decl); in ParseChildParameters()
6573 std::vector<clang::ParmVarDecl*> function_param_decls; in ParseType() local
6600 function_param_decls, in ParseType()
6892 if (!function_param_decls.empty()) in ParseType()
6894 &function_param_decls.front(), in ParseType()
6895 function_param_decls.size()); in ParseType()