Lines Matching refs:MapperIdScopeSpec

5772                                             CXXScopeSpec &MapperIdScopeSpec,
5841 CXXScopeSpec MapperIdScopeSpec; in processImplicitMapsWithDefaultMappers() local
5847 S, Stack->getCurScope(), MapperIdScopeSpec, DefaultMapperId, in processImplicitMapsWithDefaultMappers()
5901 CXXScopeSpec MapperIdScopeSpec; in processImplicitMapsWithDefaultMappers() local
5905 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
6234 CXXScopeSpec MapperIdScopeSpec; in ActOnOpenMPExecutableDirective() local
6238 MapperIdScopeSpec, MapperId, OMPC_MAP_tofrom, in ActOnOpenMPExecutableDirective()
6250 CXXScopeSpec MapperIdScopeSpec; in ActOnOpenMPExecutableDirective() local
6255 MapperIdScopeSpec, MapperId, K, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective()
20782 CXXScopeSpec &MapperIdScopeSpec, in buildUserDefinedMapperRef() argument
20786 if (MapperIdScopeSpec.isInvalid()) in buildUserDefinedMapperRef()
20798 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec, in buildUserDefinedMapperRef()
20837 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
20845 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef()
20850 if (SemaRef.getLangOpts().CPlusPlus && !MapperIdScopeSpec.isSet()) in buildUserDefinedMapperRef()
20885 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef()
20926 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() argument
20982 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21026 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21212 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21240 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPMapClause() argument
21273 MapperIdScopeSpec, MapperId, UnresolvedMappers, in ActOnOpenMPMapClause()
21282 ModifiersLoc, MapperIdScopeSpec.getWithLocInContext(getASTContext()), in ActOnOpenMPMapClause()
22380 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPToClause() argument
22404 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPToClause()
22411 MapperIdScopeSpec.getWithLocInContext(getASTContext()), MapperId); in ActOnOpenMPToClause()
22417 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPFromClause() argument
22441 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPFromClause()
22448 MapperIdScopeSpec.getWithLocInContext(getASTContext()), MapperId); in ActOnOpenMPFromClause()