Lines Matching defs:OldC
3894 auto *OldC = cast<OMPMapClause>(C);
3896 for (Expr *OE : OldC->varlist()) {
3907 SemaRef.SubstNestedNameSpecifierLoc(OldC->getMapperQualifierLoc(),
3912 SemaRef.SubstDeclarationNameInfo(OldC->getMapperIdInfo(), TemplateArgs);
3913 OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(),
3914 OldC->getEndLoc());
3916 OldC->getIteratorModifier(), OldC->getMapTypeModifiers(),
3917 OldC->getMapTypeModifiersLoc(), SS, NewNameInfo, OldC->getMapType(),
3918 OldC->isImplicitMapType(), OldC->getMapLoc(), OldC->getColonLoc(),