Home | History | Annotate | Download | only in Sema

Lines Matching refs:VarDecl

2431         if (VarDecl *VDecl = dyn_cast<VarDecl>(*I)) {
2994 VarDecl *Sema::BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType T,
3022 VarDecl *New = VarDecl::Create(Context, CurContext, StartLoc, IdLoc, Id,
3061 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType,