Lines Matching defs:OldC
3783 auto *OldC = cast<OMPMapClause>(C);
3785 for (Expr *OE : OldC->varlists()) {
3796 SemaRef.SubstNestedNameSpecifierLoc(OldC->getMapperQualifierLoc(),
3801 SemaRef.SubstDeclarationNameInfo(OldC->getMapperIdInfo(), TemplateArgs);
3802 OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(),
3803 OldC->getEndLoc());
3805 OldC->getIteratorModifier(), OldC->getMapTypeModifiers(),
3806 OldC->getMapTypeModifiersLoc(), SS, NewNameInfo, OldC->getMapType(),
3807 OldC->isImplicitMapType(), OldC->getMapLoc(), OldC->getColonLoc(),