Searched defs:func_decl (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Symbol/
H A DBlock.cpp408 const Declaration &func_decl = func_type->GetDeclaration(); local
409 if (func_decl.GetLine())
412 func_decl.GetFile().GetPath().c_str(),
413 func_decl.GetLine(),
H A DClangASTContext.cpp1233 clang::FunctionDecl *func_decl,
1247 func_decl->getLocation(),
1248 func_decl->getDeclName(),
1250 func_decl);
1257 template_param_decls[i]->setDeclContext (func_decl);
1264 ClangASTContext::CreateFunctionTemplateSpecializationInfo (FunctionDecl *func_decl, argument
1272 func_decl->setFunctionTemplateSpecialization (func_tmpl_decl,
1907 FunctionDecl *func_decl = NULL; local
1918 func_decl = FunctionDecl::Create (*ast,
1932 func_decl
1232 CreateFunctionTemplateDecl(clang::DeclContext *decl_ctx, clang::FunctionDecl *func_decl, const char *name, const TemplateParameterInfos &template_param_infos) argument
[all...]
/external/lldb/source/Expression/
H A DClangASTSource.cpp1751 clang::FunctionDecl *func_decl = FunctionDecl::Create (*ast, local
1791 func_decl->setParams(ArrayRef<ParmVarDecl*>(parm_var_decls));
1801 m_decls.push_back(func_decl);
1803 return func_decl;

Completed in 429 milliseconds