/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 1049 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, in Create() argument 1074 OMPMapClause(MapModifiers, MapModifiersLoc, UDMQualifierLoc, MapperId, in Create() 1103 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument 1128 UDMQualifierLoc, MapperId, Locs, Sizes); in Create() 1153 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) { in Create() argument 1179 UDMQualifierLoc, MapperId, Locs, Sizes); in Create()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 5125 DeclarationNameInfo MapperId; in ActOnOpenMPExecutableDirective() local 5128 llvm::None, llvm::None, MapperIdScopeSpec, MapperId, Kind, in ActOnOpenMPExecutableDirective() 17400 const DeclarationNameInfo &MapperId, in buildUserDefinedMapperRef() argument 17412 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName); in buildUserDefinedMapperRef() 17453 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef() 17456 SourceLocation Loc = MapperId.getLoc(); in buildUserDefinedMapperRef() 17460 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) { in buildUserDefinedMapperRef() 17466 argumentDependentLookup(SemaRef, MapperId, Loc, Type, Lookups); in buildUserDefinedMapperRef() 17500 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") { in buildUserDefinedMapperRef() 17502 << Type << MapperId.getName(); in buildUserDefinedMapperRef() [all …]
|
D | TreeTransform.h | 1898 CXXScopeSpec MapperIdScopeSpec, DeclarationNameInfo MapperId, in RebuildOMPMapClause() argument 1903 MapperIdScopeSpec, MapperId, MapType, in RebuildOMPMapClause() 2018 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPToClause() argument 2022 MapperIdScopeSpec, MapperId, ColonLoc, in RebuildOMPToClause() 2034 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, in RebuildOMPFromClause() argument 2038 MotionModifiers, MotionModifiersLoc, MapperIdScopeSpec, MapperId, in RebuildOMPFromClause()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 527 DeclarationName MapperId; in ParseOpenMPDeclareMapperDirective() local 533 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective() 540 MapperId = in ParseOpenMPDeclareMapperDirective() 609 getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType, in ParseOpenMPDeclareMapperDirective()
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 5065 void setMapperIdInfo(DeclarationNameInfo MapperId) { in setMapperIdInfo() argument 5066 MapperIdInfo = MapperId; in setMapperIdInfo() 5536 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId, 6460 DeclarationNameInfo MapperId); 6661 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 10964 DeclarationNameInfo &MapperId, 10997 DeclarationNameInfo &MapperId, SourceLocation ColonLoc, 11005 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,
|