Lines Matching refs:MapperIdScopeSpec
5566 CXXScopeSpec &MapperIdScopeSpec,
5635 CXXScopeSpec MapperIdScopeSpec; in processImplicitMapsWithDefaultMappers() local
5641 S, Stack->getCurScope(), MapperIdScopeSpec, DefaultMapperId, in processImplicitMapsWithDefaultMappers()
5695 CXXScopeSpec MapperIdScopeSpec; in processImplicitMapsWithDefaultMappers() local
5699 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
5810 CXXScopeSpec MapperIdScopeSpec; in ActOnOpenMPExecutableDirective() local
5815 MapperIdScopeSpec, MapperId, Kind, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective()
18796 CXXScopeSpec &MapperIdScopeSpec, in buildUserDefinedMapperRef() argument
18800 if (MapperIdScopeSpec.isInvalid()) in buildUserDefinedMapperRef()
18812 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec)) { in buildUserDefinedMapperRef()
18850 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
18857 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef()
18862 if (SemaRef.getLangOpts().CPlusPlus && !MapperIdScopeSpec.isSet()) in buildUserDefinedMapperRef()
18897 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef()
18938 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() argument
18990 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19034 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19200 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19228 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPMapClause() argument
19254 MapperIdScopeSpec, MapperId, UnresolvedMappers, in ActOnOpenMPMapClause()
19262 MapperIdScopeSpec.getWithLocInContext(Context), in ActOnOpenMPMapClause()
20213 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPToClause() argument
20237 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPToClause()
20244 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPToClause()
20250 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPFromClause() argument
20274 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPFromClause()
20281 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPFromClause()