Lines Matching defs:MapperId
5773 const DeclarationNameInfo &MapperId,
5902 DeclarationNameInfo MapperId;
5905 MapperIdScopeSpec, MapperId, C->getMapType(),
6235 DeclarationNameInfo MapperId;
6238 MapperIdScopeSpec, MapperId, OMPC_MAP_tofrom,
6251 DeclarationNameInfo MapperId;
6255 MapperIdScopeSpec, MapperId, K, /*IsMapTypeImplicit=*/true,
20783 const DeclarationNameInfo &MapperId,
20793 // Find all user-defined mappers with the given MapperId.
20795 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName);
20810 // Extract the user-defined mappers with the given MapperId.
20837 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId,
20841 SourceLocation Loc = MapperId.getLoc();
20845 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) {
20851 argumentDependentLookup(SemaRef, MapperId, Loc, Type, Lookups);
20885 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") {
20887 << Type << MapperId.getName();
20922 // and \a MapperId are expected to be valid if the clause kind is 'map'.
20926 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId,
20938 // MapperId.getName() is empty.
20939 if (!MapperId.getName() || MapperId.getName().isEmpty()) {
20941 MapperId.setName(DeclNames.getIdentifier(
20943 MapperId.setLoc(StartLoc);
20982 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId,
21026 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId,
21212 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId,
21240 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId,
21273 MapperIdScopeSpec, MapperId, UnresolvedMappers,
21283 MapperId, MapType, IsMapTypeImplicit, MapLoc);
22380 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId,
22404 MapperIdScopeSpec, MapperId, UnresolvedMappers);
22411 MapperIdScopeSpec.getWithLocInContext(getASTContext()), MapperId);
22417 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId,
22441 MapperIdScopeSpec, MapperId, UnresolvedMappers);
22448 MapperIdScopeSpec.getWithLocInContext(getASTContext()), MapperId);