Lines Matching refs:MapperId
5896 const DeclarationNameInfo &MapperId,
6025 DeclarationNameInfo MapperId; in processImplicitMapsWithDefaultMappers() local
6028 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
6167 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local
6170 MapperId, OMPC_MAP_tofrom, in ActOnOpenMPExecutableDirective()
6183 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local
6187 MapperIdScopeSpec, MapperId, Kind, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective()
21265 const DeclarationNameInfo &MapperId, in buildUserDefinedMapperRef() argument
21277 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName); in buildUserDefinedMapperRef()
21318 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
21321 SourceLocation Loc = MapperId.getLoc(); in buildUserDefinedMapperRef()
21325 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef()
21331 argumentDependentLookup(SemaRef, MapperId, Loc, Type, Lookups); in buildUserDefinedMapperRef()
21365 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef()
21367 << Type << MapperId.getName(); in buildUserDefinedMapperRef()
21406 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() argument
21419 if (!MapperId.getName() || MapperId.getName().isEmpty()) { in checkMappableExpressionList()
21421 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList()
21423 MapperId.setLoc(StartLoc); in checkMappableExpressionList()
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()
21755 MapperId, MapType, IsMapTypeImplicit, MapLoc); 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()