Searched refs:MapperId (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1117 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, in Create() argument 1142 OMPMapClause(MapModifiers, MapModifiersLoc, UDMQualifierLoc, MapperId, in Create() 1171 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument 1196 UDMQualifierLoc, MapperId, Locs, Sizes); in Create() 1221 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument 1247 UDMQualifierLoc, MapperId, Locs, Sizes); in Create()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 5707 DeclarationNameInfo MapperId; in processImplicitMapsWithDefaultMappers() local 5710 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers() 5822 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local 19236 SourceLocation Loc = MapperId.getLoc(); in buildUserDefinedMapperRef() 19282 << Type << MapperId.getName(); in buildUserDefinedMapperRef() 19321 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() argument 19333 if (!MapperId.getName() || MapperId.getName().isEmpty()) { in checkMappableExpressionList() 19335 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList() 19337 MapperId.setLoc(StartLoc); in checkMappableExpressionList() 20632 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPToClause() [all …]
|
| H A D | TreeTransform.h | 1928 CXXScopeSpec MapperIdScopeSpec, DeclarationNameInfo MapperId, in RebuildOMPMapClause() argument 1933 MapperIdScopeSpec, MapperId, MapType, in RebuildOMPMapClause() 2048 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPToClause() argument 2052 MapperIdScopeSpec, MapperId, ColonLoc, in RebuildOMPToClause() 2064 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPFromClause() argument 2068 MotionModifiers, MotionModifiersLoc, MapperIdScopeSpec, MapperId, in RebuildOMPFromClause()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 537 DeclarationName MapperId; in ParseOpenMPDeclareMapperDirective() local 543 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective() 550 MapperId = in ParseOpenMPDeclareMapperDirective() 619 getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType, in ParseOpenMPDeclareMapperDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 5267 void setMapperIdInfo(DeclarationNameInfo MapperId) { in setMapperIdInfo() argument 5268 MapperIdInfo = MapperId; in setMapperIdInfo() 5738 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, 6662 DeclarationNameInfo MapperId); 6863 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 11249 DeclarationNameInfo &MapperId, 11282 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, 11290 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,
|