Lines Matching refs:MapperId

5578                                             const DeclarationNameInfo &MapperId,
5707 DeclarationNameInfo MapperId; in processImplicitMapsWithDefaultMappers() local
5710 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
5822 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local
5826 MapperIdScopeSpec, MapperId, Kind, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective()
19180 const DeclarationNameInfo &MapperId, in buildUserDefinedMapperRef() argument
19192 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName); in buildUserDefinedMapperRef()
19233 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
19236 SourceLocation Loc = MapperId.getLoc(); in buildUserDefinedMapperRef()
19240 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef()
19246 argumentDependentLookup(SemaRef, MapperId, Loc, Type, Lookups); in buildUserDefinedMapperRef()
19280 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef()
19282 << Type << MapperId.getName(); in buildUserDefinedMapperRef()
19321 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() argument
19333 if (!MapperId.getName() || MapperId.getName().isEmpty()) { in checkMappableExpressionList()
19335 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList()
19337 MapperId.setLoc(StartLoc); in checkMappableExpressionList()
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()
19646 MapperId, MapType, IsMapTypeImplicit, MapLoc); 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()