Lines Matching refs:MapperIdScopeSpec
5124 CXXScopeSpec MapperIdScopeSpec; in ActOnOpenMPExecutableDirective() local
5128 llvm::None, llvm::None, MapperIdScopeSpec, MapperId, Kind, in ActOnOpenMPExecutableDirective()
17399 CXXScopeSpec &MapperIdScopeSpec, in buildUserDefinedMapperRef() argument
17403 if (MapperIdScopeSpec.isInvalid()) in buildUserDefinedMapperRef()
17415 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec)) { in buildUserDefinedMapperRef()
17453 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
17460 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef()
17465 if (SemaRef.getLangOpts().CPlusPlus && !MapperIdScopeSpec.isSet()) in buildUserDefinedMapperRef()
17500 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef()
17541 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() argument
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()
17866 MapperIdScopeSpec.getWithLocInContext(Context), 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()