Lines Matching defs:function_decl
90 } else if (FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D)) {
92 if (m_ast_context && function_decl->hasBody() &&
93 !function_decl->getNameInfo().getAsString().compare("$__lldb_expr")) {
94 RecordPersistentTypes(function_decl);
95 SynthesizeFunctionResult(function_decl);
121 FunctionDecl *function_decl = FunDecl;
123 if (!function_decl)
130 function_decl->print(os);
135 Stmt *function_body = function_decl->getBody();
138 bool ret = SynthesizeBodyResult(compound_stmt, function_decl);
144 function_decl->print(os);