Lines Matching defs:function_decl
1273 clang::FunctionDecl *function_decl = nullptr;
1280 function_decl = llvm::dyn_cast_or_null<clang::FunctionDecl>(
1283 if (function_decl) {
1284 LinkDeclContextToDIE(function_decl, die);
1289 if (!function_decl) {
1305 function_decl = m_ast.CreateFunctionDeclaration(
1328 lldbassert(function_decl);
1330 if (function_decl) {
1342 function_decl->addAttr(clang::AsmLabelAttr::CreateImplicit(
1345 LinkDeclContextToDIE(function_decl, die);
1348 m_ast.SetFunctionParameters(function_decl, function_param_decls);
1364 object_pointer_name, static_cast<void *>(function_decl));
1366 m_ast.SetMetadata(function_decl, metadata);