Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h119 enum OpenMPDefaultmapClauseModifier { enum
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1319 OpenMPDefaultmapClauseModifier M, OpenMPDefaultmapClauseKind Kind,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h7359 OpenMPDefaultmapClauseModifier Modifier = OMPC_DEFAULTMAP_MODIFIER_unknown;
7378 void setDefaultmapModifier(OpenMPDefaultmapClauseModifier M) { in setDefaultmapModifier()
7410 OpenMPDefaultmapClauseModifier M) in OMPDefaultmapClause()
7424 OpenMPDefaultmapClauseModifier getDefaultmapModifier() const { in getDefaultmapModifier()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp153 OpenMPDefaultmapClauseModifier ImplicitBehavior =
157 DefaultmapInfo(OpenMPDefaultmapClauseModifier M, SourceLocation Loc) in DefaultmapInfo()
738 void setDefaultDMAAttr(OpenMPDefaultmapClauseModifier M, in setDefaultDMAAttr()
786 OpenMPDefaultmapClauseModifier
792 OpenMPDefaultmapClauseModifier
799 OpenMPDefaultmapClauseModifier M = in isDefaultmapCapturedByRef()
810 static bool mustBeFirstprivateBase(OpenMPDefaultmapClauseModifier M, in mustBeFirstprivateBase()
827 OpenMPDefaultmapClauseModifier M = in mustBeFirstprivateAtLevel()
832 OpenMPDefaultmapClauseModifier M = getDefaultmapModifier(Kind); in mustBeFirstprivate()
3683 getMapClauseKindFromModifier(OpenMPDefaultmapClauseModifier M, in getMapClauseKindFromModifier()
[all …]
H A DTreeTransform.h2256 OMPClause *RebuildOMPDefaultmapClause(OpenMPDefaultmapClauseModifier M, in RebuildOMPDefaultmapClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12201 static_cast<OpenMPDefaultmapClauseModifier>(Record.readInt())); in VisitOMPDefaultmapClause()