Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2360 if (Node->getMotionModifier(I) != OMPC_MOTION_MODIFIER_unknown) in VisitOMPMotionClause()
2366 if (Node->getMotionModifier(I) != OMPC_MOTION_MODIFIER_unknown) { in VisitOMPMotionClause()
2368 Node->getMotionModifier(I)); in VisitOMPMotionClause()
2369 if (Node->getMotionModifier(I) == OMPC_MOTION_MODIFIER_mapper) in VisitOMPMotionClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6982 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY { in getMotionModifier() function
7182 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY { in getMotionModifier() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7040 Record.push_back(C->getMotionModifier(I)); in VisitOMPToClause()
7070 Record.push_back(C->getMotionModifier(I)); in VisitOMPFromClause()