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.h118 enum OpenMPDefaultmapClauseModifier { enum
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1249 OpenMPDefaultmapClauseModifier M, OpenMPDefaultmapClauseKind Kind,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6773 OpenMPDefaultmapClauseModifier Modifier = OMPC_DEFAULTMAP_MODIFIER_unknown;
6792 void setDefaultmapModifier(OpenMPDefaultmapClauseModifier M) { in setDefaultmapModifier()
6824 OpenMPDefaultmapClauseModifier M) in OMPDefaultmapClause()
6838 OpenMPDefaultmapClauseModifier getDefaultmapModifier() const { in getDefaultmapModifier()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp152 OpenMPDefaultmapClauseModifier ImplicitBehavior =
156 DefaultmapInfo(OpenMPDefaultmapClauseModifier M, SourceLocation Loc) in DefaultmapInfo()
759 void setDefaultDMAAttr(OpenMPDefaultmapClauseModifier M, in setDefaultDMAAttr()
807 OpenMPDefaultmapClauseModifier
813 OpenMPDefaultmapClauseModifier
820 OpenMPDefaultmapClauseModifier M = in isDefaultmapCapturedByRef()
830 static bool mustBeFirstprivateBase(OpenMPDefaultmapClauseModifier M, in mustBeFirstprivateBase()
847 OpenMPDefaultmapClauseModifier M = in mustBeFirstprivateAtLevel()
852 OpenMPDefaultmapClauseModifier M = getDefaultmapModifier(Kind); in mustBeFirstprivate()
3683 getMapClauseKindFromModifier(OpenMPDefaultmapClauseModifier M, in getMapClauseKindFromModifier()
[all …]
H A DTreeTransform.h2231 OMPClause *RebuildOMPDefaultmapClause(OpenMPDefaultmapClauseModifier M, in RebuildOMPDefaultmapClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11470 static_cast<OpenMPDefaultmapClauseModifier>(Record.readInt())); in VisitOMPDefaultmapClause()