Home
last modified time | relevance | path

Searched defs:MapperId (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1146 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 DSemaOpenMP.cpp5902 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 DTreeTransform.h2040 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 DParseOpenMP.cpp553 DeclarationName MapperId; in ParseOpenMPDeclareMapperDirective() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5555 void setMapperIdInfo(DeclarationNameInfo MapperId) { in setMapperIdInfo()