Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitDeclStmt

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