Lines Matching refs:function_decl
99 else if (FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D))
102 !function_decl->getNameInfo().getAsString().compare("$__lldb_expr"))
104 RecordPersistentTypes(function_decl);
105 SynthesizeFunctionResult(function_decl);
137 FunctionDecl *function_decl = FunDecl;
139 if (!function_decl)
147 function_decl->print(os);
154 Stmt *function_body = function_decl->getBody();
158 function_decl);
165 function_decl->print(os);