Lines Matching refs:MapperIdScopeSpec

5895                                             CXXScopeSpec &MapperIdScopeSpec,
5964 CXXScopeSpec MapperIdScopeSpec; in processImplicitMapsWithDefaultMappers() local
5970 S, Stack->getCurScope(), MapperIdScopeSpec, DefaultMapperId, in processImplicitMapsWithDefaultMappers()
6024 CXXScopeSpec MapperIdScopeSpec; in processImplicitMapsWithDefaultMappers() local
6028 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
6166 CXXScopeSpec MapperIdScopeSpec; in ActOnOpenMPExecutableDirective() local
6169 OMPC_MAP_MODIFIER_unknown, SourceLocation(), MapperIdScopeSpec, in ActOnOpenMPExecutableDirective()
6182 CXXScopeSpec MapperIdScopeSpec; in ActOnOpenMPExecutableDirective() local
6187 MapperIdScopeSpec, MapperId, Kind, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective()
21264 CXXScopeSpec &MapperIdScopeSpec, in buildUserDefinedMapperRef() argument
21268 if (MapperIdScopeSpec.isInvalid()) in buildUserDefinedMapperRef()
21280 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec)) { in buildUserDefinedMapperRef()
21318 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
21325 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef()
21330 if (SemaRef.getLangOpts().CPlusPlus && !MapperIdScopeSpec.isSet()) in buildUserDefinedMapperRef()
21365 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef()
21406 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() argument
21462 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21506 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21689 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21717 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPMapClause() argument
21745 MapperIdScopeSpec, MapperId, UnresolvedMappers, in ActOnOpenMPMapClause()
21754 MapperIdScopeSpec.getWithLocInContext(Context), in ActOnOpenMPMapClause()
22733 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPToClause() argument
22757 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPToClause()
22764 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPToClause()
22770 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPFromClause() argument
22794 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPFromClause()
22801 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPFromClause()