Searched refs:body_compound_stmt (Results 1 – 1 of 1) sorted by relevance
55 CompoundStmt *body_compound_stmt = dyn_cast<CompoundStmt>(body_stmt); in ExtractFromFunctionDecl() local57 if (!body_compound_stmt) in ExtractFromFunctionDecl()64 for (CompoundStmt::const_body_iterator bi = body_compound_stmt->body_begin(), in ExtractFromFunctionDecl()65 be = body_compound_stmt->body_end(); in ExtractFromFunctionDecl()