Lines Matching refs:MapperId

5998                                             const DeclarationNameInfo &MapperId,
6127 DeclarationNameInfo MapperId;
6130 MapperIdScopeSpec, MapperId, C->getMapType(),
6384 DeclarationNameInfo MapperId;
6387 MapperIdScopeSpec, MapperId, OMPC_MAP_tofrom,
6400 DeclarationNameInfo MapperId;
6404 MapperIdScopeSpec, MapperId, Kind, /*IsMapTypeImplicit=*/true,
21963 const DeclarationNameInfo &MapperId,
21973 // Find all user-defined mappers with the given MapperId.
21975 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName);
21989 // Extract the user-defined mappers with the given MapperId.
22016 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId,
22019 SourceLocation Loc = MapperId.getLoc();
22023 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) {
22029 argumentDependentLookup(SemaRef, MapperId, Loc, Type, Lookups);
22063 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") {
22065 << Type << MapperId.getName();
22100 // and \a MapperId are expected to be valid if the clause kind is 'map'.
22104 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId,
22116 // MapperId.getName() is empty.
22117 if (!MapperId.getName() || MapperId.getName().isEmpty()) {
22119 MapperId.setName(DeclNames.getIdentifier(
22121 MapperId.setLoc(StartLoc);
22160 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId,
22204 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId,
22390 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId,
22418 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId,
22451 MapperIdScopeSpec, MapperId, UnresolvedMappers,
22460 ModifiersLoc, MapperIdScopeSpec.getWithLocInContext(Context), MapperId,
23537 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId,
23561 MapperIdScopeSpec, MapperId, UnresolvedMappers);
23568 MapperIdScopeSpec.getWithLocInContext(Context), MapperId);
23574 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId,
23598 MapperIdScopeSpec, MapperId, UnresolvedMappers);
23605 MapperIdScopeSpec.getWithLocInContext(Context), MapperId);