Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2556 if (Node->getMotionModifier(I) != OMPC_MOTION_MODIFIER_unknown) in VisitOMPMotionClause()
2562 if (Node->getMotionModifier(I) != OMPC_MOTION_MODIFIER_unknown) { in VisitOMPMotionClause()
2564 Node->getMotionModifier(I)); in VisitOMPMotionClause()
2565 if (Node->getMotionModifier(I) == OMPC_MOTION_MODIFIER_mapper) in VisitOMPMotionClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h7608 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY { in getMotionModifier() function
7808 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY { in getMotionModifier() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8350 Record.push_back(C->getMotionModifier(I)); in VisitOMPToClause()
8380 Record.push_back(C->getMotionModifier(I)); in VisitOMPFromClause()