Searched defs:function_decl (Results 1 – 7 of 7) sorted by relevance
25 struct tree_function_decl function_decl; member
99 else if (FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D)) in TransformTopLevelDecl() local137 FunctionDecl *function_decl = FunDecl; in SynthesizeFunctionResult() local
138 FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D); in ExtractFromTopLevelDecl() local
229 else if (clang::FunctionDecl *function_decl = llvm::dyn_cast<clang::FunctionDecl>(decl_context)) in ScanContext() local
1766 NamedDecl *function_decl = NULL; in AddOneFunction() local
1998 ClangASTContext::SetFunctionParameters (FunctionDecl *function_decl, ParmVarDecl **params, unsigned… in SetFunctionParameters()2277 else if (clang::FunctionDecl *function_decl = llvm::dyn_cast<clang::FunctionDecl>(decl_ctx)) in GetClassMethodInfoForDeclContext() local
6781 …clang::FunctionDecl *function_decl = ast.CreateFunctionDeclaration (ignore_containing_context ? Ge… in ParseType() local