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.cpp2362 if (Node->getMotionModifier(I) != OMPC_MOTION_MODIFIER_unknown) in VisitOMPMotionClause()
2368 if (Node->getMotionModifier(I) != OMPC_MOTION_MODIFIER_unknown) { in VisitOMPMotionClause()
2370 Node->getMotionModifier(I)); in VisitOMPMotionClause()
2371 if (Node->getMotionModifier(I) == OMPC_MOTION_MODIFIER_mapper) in VisitOMPMotionClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h7022 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY { in getMotionModifier() function
7222 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY { in getMotionModifier() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7627 Record.push_back(C->getMotionModifier(I)); in VisitOMPToClause()
7657 Record.push_back(C->getMotionModifier(I)); in VisitOMPFromClause()