Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CurDecl

1999     const Decl *CurDecl = CurCodeDecl;
2000 if (CurDecl == 0)
2001 CurDecl = getContext().getTranslationUnitDecl();
2004 (isa<BlockDecl>(CurDecl)
2007 CurDecl));