Searched refs:EmitDeclStmt (Results 1 – 2 of 2) sorted by relevance
276 case Stmt::DeclStmtClass: EmitDeclStmt(cast<DeclStmt>(*S)); break; in EmitSimpleStmt()1012 void CodeGenFunction::EmitDeclStmt(const DeclStmt &S) { in EmitDeclStmt() function in CodeGenFunction
2149 void EmitDeclStmt(const DeclStmt &S);