Searched refs:MapperId (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1132 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, in Create() argument 1157 OMPMapClause(MapModifiers, MapModifiersLoc, UDMQualifierLoc, MapperId, in Create() 1186 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument 1211 UDMQualifierLoc, MapperId, Locs, Sizes); in Create() 1236 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument 1262 UDMQualifierLoc, MapperId, Locs, Sizes); in Create()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 6025 DeclarationNameInfo MapperId; in processImplicitMapsWithDefaultMappers() local 6028 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers() 6167 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local 6170 MapperId, OMPC_MAP_tofrom, in ActOnOpenMPExecutableDirective() 6183 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local 21321 SourceLocation Loc = MapperId.getLoc(); in buildUserDefinedMapperRef() 21367 << Type << MapperId.getName(); in buildUserDefinedMapperRef() 21419 if (!MapperId.getName() || MapperId.getName().isEmpty()) { in checkMappableExpressionList() 21421 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList() 21423 MapperId.setLoc(StartLoc); in checkMappableExpressionList() [all …]
|
| H A D | TreeTransform.h | 1951 CXXScopeSpec MapperIdScopeSpec, DeclarationNameInfo MapperId, in RebuildOMPMapClause() argument 1956 MapTypeModifiers, MapTypeModifiersLoc, MapperIdScopeSpec, MapperId, in RebuildOMPMapClause() 2071 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPToClause() argument 2075 MapperIdScopeSpec, MapperId, ColonLoc, in RebuildOMPToClause() 2087 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPFromClause() argument 2091 MotionModifiers, MotionModifiersLoc, MapperIdScopeSpec, MapperId, in RebuildOMPFromClause()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 548 DeclarationName MapperId; in ParseOpenMPDeclareMapperDirective() local 554 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective() 561 MapperId = in ParseOpenMPDeclareMapperDirective() 630 getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType, in ParseOpenMPDeclareMapperDirective()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 5397 void setMapperIdInfo(DeclarationNameInfo MapperId) { in setMapperIdInfo() argument 5398 MapperIdInfo = MapperId; in setMapperIdInfo() 5869 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, 6793 DeclarationNameInfo MapperId); 6994 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId);
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 11741 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, 11774 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, 11782 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,
|