Home
last modified time | relevance | path

Searched refs:MapperId (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1165 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, in Create() argument
1190 OMPMapClause(MapModifiers, MapModifiersLoc, UDMQualifierLoc, MapperId, in Create()
1222 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument
1247 UDMQualifierLoc, MapperId, Locs, Sizes); in Create()
1272 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument
1298 UDMQualifierLoc, MapperId, Locs, Sizes); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1293 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId,
1327 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,
1335 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5779 const DeclarationNameInfo &MapperId,
5907 DeclarationNameInfo MapperId; in processImplicitMapsWithDefaultMappers() local
5910 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
6155 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local
6158 MapperIdScopeSpec, MapperId, OMPC_MAP_tofrom, in ActOnOpenMPExecutableDirective()
6172 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local
6176 MapperIdScopeSpec, MapperId, K, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective()
21448 const DeclarationNameInfo &MapperId, in buildUserDefinedMapperRef() argument
21460 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName); in buildUserDefinedMapperRef()
21502 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
[all …]
H A DTreeTransform.h2059 CXXScopeSpec MapperIdScopeSpec, DeclarationNameInfo MapperId, in RebuildOMPMapClause() argument
2065 MapperIdScopeSpec, MapperId, MapType, IsMapTypeImplicit, MapLoc, in RebuildOMPMapClause()
2192 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPToClause() argument
2196 MotionModifiers, MotionModifiersLoc, MapperIdScopeSpec, MapperId, in RebuildOMPToClause()
2208 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPFromClause() argument
2212 MotionModifiers, MotionModifiersLoc, MapperIdScopeSpec, MapperId, in RebuildOMPFromClause()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp418 DeclarationName MapperId; in ParseOpenMPDeclareMapperDirective() local
424 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective()
431 MapperId = in ParseOpenMPDeclareMapperDirective()
505 OuterScope, Actions.getCurLexicalContext(), MapperId, MapperType, in ParseOpenMPDeclareMapperDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6106 void setMapperIdInfo(DeclarationNameInfo MapperId) { in setMapperIdInfo() argument
6107 MapperIdInfo = MapperId; in setMapperIdInfo()
6584 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId,
7592 DeclarationNameInfo MapperId);
7792 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId);