/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1087 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, in Create() argument 1112 OMPMapClause(MapModifiers, MapModifiersLoc, UDMQualifierLoc, MapperId, in Create() 1141 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument 1166 UDMQualifierLoc, MapperId, Locs, Sizes); in Create() 1191 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument 1217 UDMQualifierLoc, MapperId, Locs, Sizes); in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5567 const DeclarationNameInfo &MapperId, 5696 DeclarationNameInfo MapperId; in processImplicitMapsWithDefaultMappers() local 5699 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers() 5811 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local 5815 MapperIdScopeSpec, MapperId, Kind, /*IsMapTypeImplicit=*/true, in ActOnOpenMPExecutableDirective() 18797 const DeclarationNameInfo &MapperId, in buildUserDefinedMapperRef() argument 18809 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName); in buildUserDefinedMapperRef() 18850 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef() 18853 SourceLocation Loc = MapperId.getLoc(); in buildUserDefinedMapperRef() 18857 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef() [all …]
|
H A D | TreeTransform.h | 1914 CXXScopeSpec MapperIdScopeSpec, DeclarationNameInfo MapperId, in RebuildOMPMapClause() argument 1919 MapperIdScopeSpec, MapperId, MapType, in RebuildOMPMapClause() 2034 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPToClause() argument 2038 MapperIdScopeSpec, MapperId, ColonLoc, in RebuildOMPToClause() 2050 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPFromClause() argument 2054 MotionModifiers, MotionModifiersLoc, MapperIdScopeSpec, MapperId, in RebuildOMPFromClause()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 537 DeclarationName MapperId; in ParseOpenMPDeclareMapperDirective() local 543 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective() 550 MapperId = in ParseOpenMPDeclareMapperDirective() 619 getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType, in ParseOpenMPDeclareMapperDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 5159 void setMapperIdInfo(DeclarationNameInfo MapperId) { in setMapperIdInfo() argument 5160 MapperIdInfo = MapperId; in setMapperIdInfo() 5630 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, 6554 DeclarationNameInfo MapperId); 6755 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId);
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 11148 DeclarationNameInfo &MapperId, 11181 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, 11189 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,
|