Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DeclStmt

63       assert(!isa<DeclStmt>(*S) && "Unexpected DeclStmt!");
211 case Stmt::DeclStmtClass: EmitDeclStmt(cast<DeclStmt>(*S)); break;
691 // because it might be a singleton DeclStmt.
1052 void CodeGenFunction::EmitDeclStmt(const DeclStmt &S) {
1331 HadSkippedDecl |= isa<DeclStmt>(*I);