Home | History | Annotate | Download | only in Symbol

Lines Matching refs:function_decl

1998 ClangASTContext::SetFunctionParameters (FunctionDecl *function_decl, ParmVarDecl **params, unsigned num_params)
2000 if (function_decl)
2001 function_decl->setParams (ArrayRef<ParmVarDecl*>(params, num_params));
2277 else if (clang::FunctionDecl *function_decl = llvm::dyn_cast<clang::FunctionDecl>(decl_ctx))
2279 ClangASTMetadata *metadata = GetMetadata (&decl_ctx->getParentASTContext(), function_decl);