Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp1141 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, in Create() argument
1166 OMPMapClause(MapModifiers, MapModifiersLoc, UDMQualifierLoc, MapperId, in Create()
1198 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument
1223 UDMQualifierLoc, MapperId, Locs, Sizes); in Create()
1248 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument
1274 UDMQualifierLoc, MapperId, Locs, Sizes); in Create()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp5967 const DeclarationNameInfo &MapperId,
6096 DeclarationNameInfo MapperId; in processImplicitMapsWithDefaultMappers() local
6099 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
6238 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local
6241 MapperIdScopeSpec, MapperId, OMPC_MAP_tofrom, in ActOnOpenMPExecutableDirective()
6254 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local
6258 MapperIdScopeSpec, MapperId, Kind, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective()
21548 const DeclarationNameInfo &MapperId, in buildUserDefinedMapperRef() argument
21560 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName); in buildUserDefinedMapperRef()
21601 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
[all …]
H A DTreeTransform.h1992 CXXScopeSpec MapperIdScopeSpec, DeclarationNameInfo MapperId, in RebuildOMPMapClause() argument
1998 MapperIdScopeSpec, MapperId, MapType, IsMapTypeImplicit, MapLoc, in RebuildOMPMapClause()
2117 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPToClause() argument
2121 MapperIdScopeSpec, MapperId, ColonLoc, in RebuildOMPToClause()
2133 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPFromClause() argument
2137 MotionModifiers, MotionModifiersLoc, MapperIdScopeSpec, MapperId, in RebuildOMPFromClause()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp545 DeclarationName MapperId; in ParseOpenMPDeclareMapperDirective() local
551 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective()
558 MapperId = in ParseOpenMPDeclareMapperDirective()
627 getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType, in ParseOpenMPDeclareMapperDirective()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h5419 void setMapperIdInfo(DeclarationNameInfo MapperId) { in setMapperIdInfo() argument
5420 MapperIdInfo = MapperId; in setMapperIdInfo()
5896 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId,
6870 DeclarationNameInfo MapperId);
7070 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId);
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12103 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId,
12136 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,
12144 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,