Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SD

1433   if (const DeclStmt *SD = dyn_cast<DeclStmt>(S.getElement()))
1434 variable = EmitAutoVarAlloca(*cast<VarDecl>(SD->getSingleDecl()));
1576 if (const DeclStmt *SD = dyn_cast<DeclStmt>(S.getElement())) {
1580 const VarDecl* D = cast<VarDecl>(SD->getSingleDecl());