Lines Matching defs:MapperId
5757 const DeclarationNameInfo &MapperId,
5886 DeclarationNameInfo MapperId;
5889 MapperIdScopeSpec, MapperId, C->getMapType(),
6134 DeclarationNameInfo MapperId;
6137 MapperIdScopeSpec, MapperId, OMPC_MAP_tofrom,
6151 DeclarationNameInfo MapperId;
6155 MapperIdScopeSpec, MapperId, K, /*IsMapTypeImplicit=*/true,
20973 const DeclarationNameInfo &MapperId,
20983 // Find all user-defined mappers with the given MapperId.
20985 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName);
21000 // Extract the user-defined mappers with the given MapperId.
21027 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId,
21031 SourceLocation Loc = MapperId.getLoc();
21035 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) {
21041 argumentDependentLookup(SemaRef, MapperId, Loc, Type, Lookups);
21076 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") {
21078 << Type << MapperId.getName();
21133 DeclarationNameInfo MapperId;
21138 MapperId, DKind == OMPD_target_enter_data ? OMPC_MAP_to : OMPC_MAP_tofrom,
21159 DeclarationName MapperId;
21161 MapperId = DeclNames.getIdentifier(&Ctx.Idents.get("default"));
21162 auto *DMD = OMPDeclareMapperDecl::Create(Ctx, DCT, SourceLocation(), MapperId,
21163 BaseType, MapperId, Maps, nullptr);
21184 const DeclarationNameInfo &MapperId,
21186 // Find all user-defined mappers with the given MapperId.
21188 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName);
21212 SourceLocation Loc = MapperId.getLoc();
21214 argumentDependentLookup(SemaRef, MapperId, Loc, Type, Lookups);
21310 // and \a MapperId are expected to be valid if the clause kind is 'map'.
21314 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId,
21326 // MapperId.getName() is empty.
21327 if (!MapperId.getName() || MapperId.getName().isEmpty()) {
21329 MapperId.setName(DeclNames.getIdentifier(
21331 MapperId.setLoc(StartLoc);
21370 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId,
21414 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId,
21600 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId,
21646 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId,
21679 MapperIdScopeSpec, MapperId, UnresolvedMappers,
21689 MapperId, MapType, IsMapTypeImplicit, MapLoc);
22799 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId,
22823 MapperIdScopeSpec, MapperId, UnresolvedMappers);
22830 MapperIdScopeSpec.getWithLocInContext(getASTContext()), MapperId);
22836 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId,
22860 MapperIdScopeSpec, MapperId, UnresolvedMappers);
22867 MapperIdScopeSpec.getWithLocInContext(getASTContext()), MapperId);