Lines Matching refs:function_decl
1190 clang::FunctionDecl *function_decl = nullptr; in ParseSubroutine() local
1197 function_decl = llvm::dyn_cast_or_null<clang::FunctionDecl>( in ParseSubroutine()
1200 if (function_decl) { in ParseSubroutine()
1201 LinkDeclContextToDIE(function_decl, die); in ParseSubroutine()
1206 if (!function_decl) { in ParseSubroutine()
1222 function_decl = m_ast.CreateFunctionDeclaration( in ParseSubroutine()
1245 lldbassert(function_decl); in ParseSubroutine()
1247 if (function_decl) { in ParseSubroutine()
1259 function_decl->addAttr(clang::AsmLabelAttr::CreateImplicit( in ParseSubroutine()
1262 LinkDeclContextToDIE(function_decl, die); in ParseSubroutine()
1265 m_ast.SetFunctionParameters(function_decl, function_param_decls); in ParseSubroutine()
1280 static_cast<void *>(function_decl)); in ParseSubroutine()
1282 m_ast.SetMetadata(function_decl, metadata); in ParseSubroutine()