| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1146 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, in Create() argument 1171 OMPMapClause(MapModifiers, MapModifiersLoc, UDMQualifierLoc, MapperId, in Create() 1203 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument 1228 UDMQualifierLoc, MapperId, Locs, Sizes); in Create() 1253 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument 1279 UDMQualifierLoc, MapperId, Locs, Sizes); in Create()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 6127 DeclarationNameInfo MapperId; in processImplicitMapsWithDefaultMappers() local 6130 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers() 6384 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local 6387 MapperIdScopeSpec, MapperId, OMPC_MAP_tofrom, in ActOnOpenMPExecutableDirective() 6400 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local 22019 SourceLocation Loc = MapperId.getLoc(); in buildUserDefinedMapperRef() 22065 << Type << MapperId.getName(); in buildUserDefinedMapperRef() 22117 if (!MapperId.getName() || MapperId.getName().isEmpty()) { in checkMappableExpressionList() 22119 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList() 22121 MapperId.setLoc(StartLoc); in checkMappableExpressionList() [all …]
|
| H A D | TreeTransform.h | 2016 CXXScopeSpec MapperIdScopeSpec, DeclarationNameInfo MapperId, in RebuildOMPMapClause() argument 2022 MapperIdScopeSpec, MapperId, MapType, IsMapTypeImplicit, MapLoc, in RebuildOMPMapClause() 2141 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPToClause() argument 2145 MapperIdScopeSpec, MapperId, ColonLoc, in RebuildOMPToClause() 2157 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPFromClause() argument 2161 MotionModifiers, MotionModifiersLoc, MapperIdScopeSpec, MapperId, in RebuildOMPFromClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 546 DeclarationName MapperId; in ParseOpenMPDeclareMapperDirective() local 552 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective() 559 MapperId = in ParseOpenMPDeclareMapperDirective() 628 getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType, in ParseOpenMPDeclareMapperDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 5515 void setMapperIdInfo(DeclarationNameInfo MapperId) { in setMapperIdInfo() argument 5516 MapperIdInfo = MapperId; in setMapperIdInfo() 5992 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, 6966 DeclarationNameInfo MapperId); 7166 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 12500 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, 12533 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, 12541 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,
|