Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitDeclStmt

173   case Stmt::DeclStmtClass:     EmitDeclStmt(cast<DeclStmt>(*S));         break;
783 void CodeGenFunction::EmitDeclStmt(const DeclStmt &S) {