Searched defs:MapperId (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1146 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, in Create() 1203 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() 1253 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5902 DeclarationNameInfo MapperId; in processImplicitMapsWithDefaultMappers() local 6235 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local 6251 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local 20783 const DeclarationNameInfo &MapperId, in buildUserDefinedMapperRef() 20926 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo MapperId, in checkMappableExpressionList() 21240 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPMapClause() 22380 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPToClause() 22417 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, in ActOnOpenMPFromClause()
|
H A D | TreeTransform.h | 2040 CXXScopeSpec MapperIdScopeSpec, DeclarationNameInfo MapperId, in RebuildOMPMapClause() 2167 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPToClause() 2183 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPFromClause()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 553 DeclarationName MapperId; in ParseOpenMPDeclareMapperDirective() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 5555 void setMapperIdInfo(DeclarationNameInfo MapperId) { in setMapperIdInfo()
|