Home
last modified time | relevance | path

Searched refs:VariableCategory (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DClauseT.h492 ENUM(VariableCategory, All, Scalar, Aggregate, Pointer, Allocatable);
494 std::tuple<ImplicitBehavior, OPT(VariableCategory)> t;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp745 bool checkDefaultmapCategory(OpenMPDefaultmapClauseKind VariableCategory) { in checkDefaultmapCategory() argument
746 if (VariableCategory == OMPC_DEFAULTMAP_unknown) in checkDefaultmapCategory()
756 return getTopOfStack().DefaultmapMap[VariableCategory].ImplicitBehavior != in checkDefaultmapCategory()