Searched refs:OpenMPMapClauseKind (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.h | 71 enum OpenMPMapClauseKind { enum
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 4030 static OpenMPMapClauseKind isMapType(Parser &P); 4038 OpenMPMapClauseKind MapKind = isMapType(*this); in parseMapTypeModifiers() 4129 static OpenMPMapClauseKind isMapType(Parser &P) { in isMapType() 4140 return static_cast<OpenMPMapClauseKind>(MapType); in isMapType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6806 OpenMPMapClauseKind, ArrayRef<OpenMPMapModifierKind>, 6848 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; 6860 OpenMPMapClauseKind MapType, in MapInfo() 6996 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in getMapTypeBits() 7089 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in generateInfoForComponentList() 8071 OpenMPMapClauseKind MapType, in generateAllInfoForClauses() 8821 OpenMPMapClauseKind MapType = std::get<1>(RHS); in generateInfoForCaptureFromClauseInfo() 8888 OpenMPMapClauseKind MapType; in generateInfoForCaptureFromComponentLists() 9006 OpenMPMapClauseKind MapType; in generateInfoForCaptureFromComponentLists() 9025 OpenMPMapClauseKind MapType; in generateInfoForCaptureFromComponentLists()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 6456 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; 6491 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause() 6541 void setMapType(OpenMPMapClauseKind T) { MapType = T; } in setMapType() 6585 OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc); 6606 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 1294 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1166 OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc) { in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 3682 static OpenMPMapClauseKind 3685 OpenMPMapClauseKind Kind = OMPC_MAP_unknown; in getMapClauseKindFromModifier() 3944 OpenMPMapClauseKind Kind = getMapClauseKindFromModifier( in VisitDeclRefExpr() 4040 OpenMPMapClauseKind Kind = getMapClauseKindFromModifier( in VisitMemberExpr() 6173 auto K = static_cast<OpenMPMapClauseKind>(ClauseKindCnt); in ActOnOpenMPExecutableDirective() 17560 static_cast<OpenMPMapClauseKind>(ExtraModifier), Data.IsMapTypeImplicit, in ActOnOpenMPVarListClause() 21791 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList() 22138 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause()
|
| H A D | TreeTransform.h | 2060 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in RebuildOMPMapClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 12071 static_cast<OpenMPMapClauseKind>(Record.readInt())); in VisitOMPMapClause()
|