Lines Matching refs:MapperIdScopeSpec

5966                                             CXXScopeSpec &MapperIdScopeSpec,
6035 CXXScopeSpec MapperIdScopeSpec; in processImplicitMapsWithDefaultMappers() local
6041 S, Stack->getCurScope(), MapperIdScopeSpec, DefaultMapperId, in processImplicitMapsWithDefaultMappers()
6095 CXXScopeSpec MapperIdScopeSpec; in processImplicitMapsWithDefaultMappers() local
6099 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
6237 CXXScopeSpec MapperIdScopeSpec; in ActOnOpenMPExecutableDirective() local
6241 MapperIdScopeSpec, MapperId, OMPC_MAP_tofrom, in ActOnOpenMPExecutableDirective()
6253 CXXScopeSpec MapperIdScopeSpec; in ActOnOpenMPExecutableDirective() local
6258 MapperIdScopeSpec, MapperId, Kind, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective()
21547 CXXScopeSpec &MapperIdScopeSpec, in buildUserDefinedMapperRef() argument
21551 if (MapperIdScopeSpec.isInvalid()) in buildUserDefinedMapperRef()
21563 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec)) { in buildUserDefinedMapperRef()
21601 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
21608 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef()
21613 if (SemaRef.getLangOpts().CPlusPlus && !MapperIdScopeSpec.isSet()) in buildUserDefinedMapperRef()
21648 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef()
21689 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() argument
21745 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21789 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21975 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
22003 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPMapClause() argument
22036 MapperIdScopeSpec, MapperId, UnresolvedMappers, in ActOnOpenMPMapClause()
22045 ModifiersLoc, MapperIdScopeSpec.getWithLocInContext(Context), MapperId, in ActOnOpenMPMapClause()
23060 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPToClause() argument
23084 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPToClause()
23091 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPToClause()
23097 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPFromClause() argument
23121 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPFromClause()
23128 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPFromClause()