Home
last modified time | relevance | path

Searched refs:OpenMPMapClauseKind (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h71 enum OpenMPMapClauseKind { enum
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4030 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 DCGOpenMPRuntime.cpp6806 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 DOpenMPClause.h6456 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 DSemaOpenMP.h1294 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1166 OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc) { in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3682 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 DTreeTransform.h2060 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in RebuildOMPMapClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12071 static_cast<OpenMPMapClauseKind>(Record.readInt())); in VisitOMPMapClause()