Home | History | Annotate | Download | only in Sema

Lines Matching refs:DependentTy

2180     // Deduce any 'auto's in the loop variable as 'DependentTy'. We'll fill
2183 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy));
2857 FnRetType = CurCap->ReturnType = Context.DependentTy;