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.h491 ENUM(VariableCategory, Scalar, Aggregate, Pointer, Allocatable);
493 std::tuple<ImplicitBehavior, OPT(VariableCategory)> t;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp766 bool checkDefaultmapCategory(OpenMPDefaultmapClauseKind VariableCategory) { in checkDefaultmapCategory() argument
767 if (VariableCategory == OMPC_DEFAULTMAP_unknown) in checkDefaultmapCategory()
777 return getTopOfStack().DefaultmapMap[VariableCategory].ImplicitBehavior != in checkDefaultmapCategory()