reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 3184       for (Expr *OE : OldC->varlists()) {
 3195           SemaRef.SubstNestedNameSpecifierLoc(OldC->getMapperQualifierLoc(),
 3200           OldC->getMapperIdInfo(), TemplateArgs);
 3201       OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(),
 3201       OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(),
 3202                            OldC->getEndLoc());
 3204           OldC->getMapTypeModifiers(), OldC->getMapTypeModifiersLoc(), SS,
 3204           OldC->getMapTypeModifiers(), OldC->getMapTypeModifiersLoc(), SS,
 3205           NewNameInfo, OldC->getMapType(), OldC->isImplicitMapType(),
 3205           NewNameInfo, OldC->getMapType(), OldC->isImplicitMapType(),
 3206           OldC->getMapLoc(), OldC->getColonLoc(), NewVars, Locs);
 3206           OldC->getMapLoc(), OldC->getColonLoc(), NewVars, Locs);