Lines Matching refs:MapperId

5998                                             const DeclarationNameInfo &MapperId,
6127 DeclarationNameInfo MapperId; in processImplicitMapsWithDefaultMappers() local
6130 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
6384 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local
6387 MapperIdScopeSpec, MapperId, OMPC_MAP_tofrom, in ActOnOpenMPExecutableDirective()
6400 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local
6404 MapperIdScopeSpec, MapperId, Kind, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective()
21963 const DeclarationNameInfo &MapperId, in buildUserDefinedMapperRef() argument
21975 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName); in buildUserDefinedMapperRef()
22016 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
22019 SourceLocation Loc = MapperId.getLoc(); in buildUserDefinedMapperRef()
22023 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef()
22029 argumentDependentLookup(SemaRef, MapperId, Loc, Type, Lookups); in buildUserDefinedMapperRef()
22063 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef()
22065 << Type << MapperId.getName(); in buildUserDefinedMapperRef()
22104 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() argument
22117 if (!MapperId.getName() || MapperId.getName().isEmpty()) { in checkMappableExpressionList()
22119 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList()
22121 MapperId.setLoc(StartLoc); in checkMappableExpressionList()
22160 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
22204 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
22390 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
22418 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPMapClause() argument
22451 MapperIdScopeSpec, MapperId, UnresolvedMappers, in ActOnOpenMPMapClause()
22460 ModifiersLoc, MapperIdScopeSpec.getWithLocInContext(Context), MapperId, in ActOnOpenMPMapClause()
23537 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPToClause() argument
23561 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPToClause()
23568 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPToClause()
23574 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPFromClause() argument
23598 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPFromClause()
23605 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPFromClause()