Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2151 if (Node->getMotionModifier(I) != OMPC_MOTION_MODIFIER_unknown) in VisitOMPMotionClause()
2157 if (Node->getMotionModifier(I) != OMPC_MOTION_MODIFIER_unknown) { in VisitOMPMotionClause()
2159 Node->getMotionModifier(I)); in VisitOMPMotionClause()
2160 if (Node->getMotionModifier(I) == OMPC_MOTION_MODIFIER_mapper) in VisitOMPMotionClause()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6678 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY { in getMotionModifier() function
6879 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY { in getMotionModifier() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6511 Record.push_back(C->getMotionModifier(I)); in VisitOMPToClause()
6541 Record.push_back(C->getMotionModifier(I)); in VisitOMPFromClause()