Lines Matching refs:MapperId

5773                                             const DeclarationNameInfo &MapperId,
5902 DeclarationNameInfo MapperId; in processImplicitMapsWithDefaultMappers() local
5905 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
6235 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local
6238 MapperIdScopeSpec, MapperId, OMPC_MAP_tofrom, in ActOnOpenMPExecutableDirective()
6251 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local
6255 MapperIdScopeSpec, MapperId, K, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective()
20783 const DeclarationNameInfo &MapperId, in buildUserDefinedMapperRef() argument
20795 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName); in buildUserDefinedMapperRef()
20837 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
20841 SourceLocation Loc = MapperId.getLoc(); in buildUserDefinedMapperRef()
20845 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef()
20851 argumentDependentLookup(SemaRef, MapperId, Loc, Type, Lookups); in buildUserDefinedMapperRef()
20885 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef()
20887 << Type << MapperId.getName(); in buildUserDefinedMapperRef()
20926 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() argument
20939 if (!MapperId.getName() || MapperId.getName().isEmpty()) { in checkMappableExpressionList()
20941 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList()
20943 MapperId.setLoc(StartLoc); in checkMappableExpressionList()
20982 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21026 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21212 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21240 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPMapClause() argument
21273 MapperIdScopeSpec, MapperId, UnresolvedMappers, in ActOnOpenMPMapClause()
21283 MapperId, MapType, IsMapTypeImplicit, MapLoc); in ActOnOpenMPMapClause()
22380 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPToClause() argument
22404 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPToClause()
22411 MapperIdScopeSpec.getWithLocInContext(getASTContext()), MapperId); in ActOnOpenMPToClause()
22417 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPFromClause() argument
22441 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPFromClause()
22448 MapperIdScopeSpec.getWithLocInContext(getASTContext()), MapperId); in ActOnOpenMPFromClause()