Lines Matching refs:MapperId

5567                                             const DeclarationNameInfo &MapperId,
5696 DeclarationNameInfo MapperId; in processImplicitMapsWithDefaultMappers() local
5699 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
5811 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local
5815 MapperIdScopeSpec, MapperId, Kind, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective()
18797 const DeclarationNameInfo &MapperId, in buildUserDefinedMapperRef() argument
18809 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName); in buildUserDefinedMapperRef()
18850 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
18853 SourceLocation Loc = MapperId.getLoc(); in buildUserDefinedMapperRef()
18857 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef()
18863 argumentDependentLookup(SemaRef, MapperId, Loc, Type, Lookups); in buildUserDefinedMapperRef()
18897 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef()
18899 << Type << MapperId.getName(); in buildUserDefinedMapperRef()
18938 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() argument
18950 if (!MapperId.getName() || MapperId.getName().isEmpty()) { in checkMappableExpressionList()
18952 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList()
18954 MapperId.setLoc(StartLoc); in checkMappableExpressionList()
18990 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19034 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19200 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19228 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPMapClause() argument
19254 MapperIdScopeSpec, MapperId, UnresolvedMappers, in ActOnOpenMPMapClause()
19263 MapperId, MapType, IsMapTypeImplicit, MapLoc); in ActOnOpenMPMapClause()
20213 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPToClause() argument
20237 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPToClause()
20244 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPToClause()
20250 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPFromClause() argument
20274 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPFromClause()
20281 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPFromClause()