/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenMP.h | 1224 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, 1257 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, 1265 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1146 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, in Create() argument 1171 OMPMapClause(MapModifiers, MapModifiersLoc, UDMQualifierLoc, MapperId, in Create() 1203 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument 1228 UDMQualifierLoc, MapperId, Locs, Sizes); in Create() 1253 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument 1279 UDMQualifierLoc, MapperId, Locs, Sizes); in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5773 const DeclarationNameInfo &MapperId, 5902 DeclarationNameInfo MapperId; in processImplicitMapsWithDefaultMappers() local 5905 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers() 6235 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local 6238 MapperIdScopeSpec, MapperId, OMPC_MAP_tofrom, in ActOnOpenMPExecutableDirective() 6251 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local 6255 MapperIdScopeSpec, MapperId, K, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective() 20783 const DeclarationNameInfo &MapperId, in buildUserDefinedMapperRef() argument 20795 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName); in buildUserDefinedMapperRef() 20837 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef() [all …]
|
H A D | TreeTransform.h | 2040 CXXScopeSpec MapperIdScopeSpec, DeclarationNameInfo MapperId, in RebuildOMPMapClause() argument 2046 MapperIdScopeSpec, MapperId, MapType, IsMapTypeImplicit, MapLoc, in RebuildOMPMapClause() 2167 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPToClause() argument 2171 MotionModifiers, MotionModifiersLoc, MapperIdScopeSpec, MapperId, in RebuildOMPToClause() 2183 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPFromClause() argument 2187 MotionModifiers, MotionModifiersLoc, MapperIdScopeSpec, MapperId, in RebuildOMPFromClause()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 553 DeclarationName MapperId; in ParseOpenMPDeclareMapperDirective() local 559 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective() 566 MapperId = in ParseOpenMPDeclareMapperDirective() 637 getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType, in ParseOpenMPDeclareMapperDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 5555 void setMapperIdInfo(DeclarationNameInfo MapperId) { in setMapperIdInfo() argument 5556 MapperIdInfo = MapperId; in setMapperIdInfo() 6032 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, 7006 DeclarationNameInfo MapperId); 7206 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId);
|