Lines Matching refs:MapperIdScopeSpec

5997                                             CXXScopeSpec &MapperIdScopeSpec,
6066 CXXScopeSpec MapperIdScopeSpec; in processImplicitMapsWithDefaultMappers() local
6072 S, Stack->getCurScope(), MapperIdScopeSpec, DefaultMapperId, in processImplicitMapsWithDefaultMappers()
6126 CXXScopeSpec MapperIdScopeSpec; in processImplicitMapsWithDefaultMappers() local
6130 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
6383 CXXScopeSpec MapperIdScopeSpec; in ActOnOpenMPExecutableDirective() local
6387 MapperIdScopeSpec, MapperId, OMPC_MAP_tofrom, in ActOnOpenMPExecutableDirective()
6399 CXXScopeSpec MapperIdScopeSpec; in ActOnOpenMPExecutableDirective() local
6404 MapperIdScopeSpec, MapperId, Kind, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective()
21962 CXXScopeSpec &MapperIdScopeSpec, in buildUserDefinedMapperRef() argument
21966 if (MapperIdScopeSpec.isInvalid()) in buildUserDefinedMapperRef()
21978 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec)) { in buildUserDefinedMapperRef()
22016 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
22023 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef()
22028 if (SemaRef.getLangOpts().CPlusPlus && !MapperIdScopeSpec.isSet()) in buildUserDefinedMapperRef()
22063 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef()
22104 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() argument
22160 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
22204 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
22390 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
22418 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPMapClause() argument
22451 MapperIdScopeSpec, MapperId, UnresolvedMappers, in ActOnOpenMPMapClause()
22460 ModifiersLoc, MapperIdScopeSpec.getWithLocInContext(Context), MapperId, in ActOnOpenMPMapClause()
23537 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPToClause() argument
23561 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPToClause()
23568 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPToClause()
23574 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPFromClause() argument
23598 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPFromClause()
23605 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPFromClause()