Lines Matching defs:function_decl
1343 clang::FunctionDecl *function_decl = nullptr;
1350 function_decl = llvm::dyn_cast_or_null<clang::FunctionDecl>(
1353 if (function_decl) {
1354 LinkDeclContextToDIE(function_decl, die);
1359 if (!function_decl) {
1375 function_decl = m_ast.CreateFunctionDeclaration(
1398 lldbassert(function_decl);
1400 if (function_decl) {
1412 function_decl->addAttr(clang::AsmLabelAttr::CreateImplicit(
1415 LinkDeclContextToDIE(function_decl, die);
1421 function_decl, *function_prototype, function_param_names);
1422 function_decl->setParams(params);
1436 object_pointer_name, static_cast<void *>(function_decl));
1438 m_ast.SetMetadata(function_decl, metadata);