Searched full:insertarg (Results 1 – 4 of 4) sorted by relevance
286 /// DW_OP_LLVM_arg operations are resolved by calling (\p InsertArg).288 /// \return false if any call to (\p InsertArg) returns false.291 llvm::function_ref<bool(unsigned, DIExpressionCursor &)> InsertArg);
494 llvm::function_ref<bool(unsigned, DIExpressionCursor &)> InsertArg) { in addExpression() argument515 if (!InsertArg(Op->getArg(0), ExprCursor)) { in addExpression()
2031 template_param_infos.InsertArg( in ParseTemplateDIE()2036 template_param_infos.InsertArg( in ParseTemplateDIE()2043 template_param_infos.InsertArg( in ParseTemplateDIE()
373 void InsertArg(char const *name, clang::TemplateArgument arg) { in InsertArg() function