Searched defs:MapperId (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1087 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, in Create() 1141 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() 1191 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 537 DeclarationName MapperId; in ParseOpenMPDeclareMapperDirective() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5696 DeclarationNameInfo MapperId; in processImplicitMapsWithDefaultMappers() local 5811 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local 18797 const DeclarationNameInfo &MapperId, in buildUserDefinedMapperRef() 18938 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() 19228 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPMapClause() 20213 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPToClause() 20250 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPFromClause()
|
H A D | TreeTransform.h | 1914 CXXScopeSpec MapperIdScopeSpec, DeclarationNameInfo MapperId, in RebuildOMPMapClause() 2034 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPToClause() 2050 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPFromClause()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 5159 void setMapperIdInfo(DeclarationNameInfo MapperId) { in setMapperIdInfo()
|