Searched refs:getMotionModifiers (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 7039 ArrayRef<OpenMPMotionModifierKind> getMotionModifiers() const LLVM_READONLY { in getMotionModifiers() function 7239 ArrayRef<OpenMPMotionModifierKind> getMotionModifiers() const LLVM_READONLY { in getMotionModifiers() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 7853 if (llvm::is_contained(C->getMotionModifiers(), in generateAllInfoForClauses() 7859 C->getMotionModifiers(), /*ReturnDevicePointer=*/false, in generateAllInfoForClauses() 7869 if (llvm::is_contained(C->getMotionModifiers(), in generateAllInfoForClauses() 7875 std::nullopt, C->getMotionModifiers(), in generateAllInfoForClauses()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 10970 C->getMotionModifiers(), C->getMotionModifiersLoc(), MapperIdScopeSpec, in TransformOMPToClause() 10985 C->getMotionModifiers(), C->getMotionModifiersLoc(), MapperIdScopeSpec, in TransformOMPFromClause()
|