Lines Matching refs:MapperId
5125 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local
5128 llvm::None, llvm::None, MapperIdScopeSpec, MapperId, Kind, in ActOnOpenMPExecutableDirective()
17400 const DeclarationNameInfo &MapperId, in buildUserDefinedMapperRef() argument
17412 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName); in buildUserDefinedMapperRef()
17453 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
17456 SourceLocation Loc = MapperId.getLoc(); in buildUserDefinedMapperRef()
17460 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef()
17466 argumentDependentLookup(SemaRef, MapperId, Loc, Type, Lookups); in buildUserDefinedMapperRef()
17500 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef()
17502 << Type << MapperId.getName(); in buildUserDefinedMapperRef()
17541 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() argument
17553 if (!MapperId.getName() || MapperId.getName().isEmpty()) { in checkMappableExpressionList()
17555 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList()
17557 MapperId.setLoc(StartLoc); in checkMappableExpressionList()
17593 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17637 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17804 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17832 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPMapClause() argument
17858 MapperIdScopeSpec, MapperId, UnresolvedMappers, in ActOnOpenMPMapClause()
17867 MapperId, MapType, IsMapTypeImplicit, MapLoc); in ActOnOpenMPMapClause()
18781 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPToClause() argument
18805 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPToClause()
18812 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPToClause()
18818 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPFromClause() argument
18842 MapperIdScopeSpec, MapperId, UnresolvedMappers); in ActOnOpenMPFromClause()
18849 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPFromClause()