Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp1049 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/
DSemaOpenMP.cpp5125 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 …]
DTreeTransform.h1898 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/
DParseOpenMP.cpp527 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/
DOpenMPClause.h5065 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/
DSema.h10964 DeclarationNameInfo &MapperId,
10997 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,
11005 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,