Lines Matching refs:MapperId

5967                                             const DeclarationNameInfo &MapperId,
6096 DeclarationNameInfo MapperId; in processImplicitMapsWithDefaultMappers() local
6099 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
6238 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local
6241 MapperIdScopeSpec, MapperId, OMPC_MAP_tofrom, in ActOnOpenMPExecutableDirective()
6254 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local
6258 MapperIdScopeSpec, MapperId, Kind, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective()
21548 const DeclarationNameInfo &MapperId, in buildUserDefinedMapperRef() argument
21560 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName); in buildUserDefinedMapperRef()
21601 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
21604 SourceLocation Loc = MapperId.getLoc(); in buildUserDefinedMapperRef()
21608 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef()
21614 argumentDependentLookup(SemaRef, MapperId, Loc, Type, Lookups); in buildUserDefinedMapperRef()
21648 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef()
21650 << Type << MapperId.getName(); in buildUserDefinedMapperRef()
21689 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() argument
21702 if (!MapperId.getName() || MapperId.getName().isEmpty()) { in checkMappableExpressionList()
21704 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList()
21706 MapperId.setLoc(StartLoc); in checkMappableExpressionList()
21745 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21789 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21975 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
22003 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPMapClause() argument
22036 MapperIdScopeSpec, MapperId, UnresolvedMappers, in ActOnOpenMPMapClause()
22045 ModifiersLoc, MapperIdScopeSpec.getWithLocInContext(Context), MapperId, in ActOnOpenMPMapClause()
23060 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPToClause() argument
23084 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPToClause()
23091 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPToClause()
23097 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPFromClause() argument
23121 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPFromClause()
23128 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPFromClause()