Home
last modified time | relevance | path

Searched refs:getMotionModifiers (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8561 if (!C->getMotionModifiers().empty() && in generateAllInfoForClauses()
8562 llvm::any_of(C->getMotionModifiers(), [](OpenMPMotionModifierKind K) { in generateAllInfoForClauses()
8569 C->getMotionModifiers(), /*ReturnDevicePointer=*/false, in generateAllInfoForClauses()
8579 if (!C->getMotionModifiers().empty() && in generateAllInfoForClauses()
8580 llvm::any_of(C->getMotionModifiers(), [](OpenMPMotionModifierKind K) { in generateAllInfoForClauses()
8587 C->getMotionModifiers(), /*ReturnDevicePointer=*/false, in generateAllInfoForClauses()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6695 ArrayRef<OpenMPMotionModifierKind> getMotionModifiers() const LLVM_READONLY { in getMotionModifiers() function
6896 ArrayRef<OpenMPMotionModifierKind> getMotionModifiers() const LLVM_READONLY { in getMotionModifiers() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10058 C->getMotionModifiers(), C->getMotionModifiersLoc(), MapperIdScopeSpec, in TransformOMPToClause()
10073 C->getMotionModifiers(), C->getMotionModifiersLoc(), MapperIdScopeSpec, in TransformOMPFromClause()