Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h369 std::vector<clang::ParmVarDecl*>& function_param_decls,
DSymbolFileDWARF.cpp4147 std::vector<clang::ParmVarDecl*>& function_param_decls, in ParseChildParameters() argument
4286 function_param_decls.push_back(param_var_decl); in ParseChildParameters()
6483 std::vector<clang::ParmVarDecl*> function_param_decls; in ParseType() local
6509 function_param_decls, in ParseType()
6801 if (!function_param_decls.empty()) in ParseType()
6803 &function_param_decls.front(), in ParseType()
6804 function_param_decls.size()); in ParseType()