Lines Matching refs:MapperIdScopeSpec
5577 CXXScopeSpec &MapperIdScopeSpec,
5646 CXXScopeSpec MapperIdScopeSpec; in processImplicitMapsWithDefaultMappers() local
5652 S, Stack->getCurScope(), MapperIdScopeSpec, DefaultMapperId, in processImplicitMapsWithDefaultMappers()
5706 CXXScopeSpec MapperIdScopeSpec; in processImplicitMapsWithDefaultMappers() local
5710 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
5821 CXXScopeSpec MapperIdScopeSpec; in ActOnOpenMPExecutableDirective() local
5826 MapperIdScopeSpec, MapperId, Kind, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective()
19179 CXXScopeSpec &MapperIdScopeSpec, in buildUserDefinedMapperRef() argument
19183 if (MapperIdScopeSpec.isInvalid()) in buildUserDefinedMapperRef()
19195 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec)) { in buildUserDefinedMapperRef()
19233 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
19240 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef()
19245 if (SemaRef.getLangOpts().CPlusPlus && !MapperIdScopeSpec.isSet()) in buildUserDefinedMapperRef()
19280 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef()
19321 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() argument
19373 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19417 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19583 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19611 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPMapClause() argument
19637 MapperIdScopeSpec, MapperId, UnresolvedMappers, in ActOnOpenMPMapClause()
19645 MapperIdScopeSpec.getWithLocInContext(Context), in ActOnOpenMPMapClause()
20601 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPToClause() argument
20625 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPToClause()
20632 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPToClause()
20638 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPFromClause() argument
20662 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPFromClause()
20669 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPFromClause()