Home
last modified time | relevance | path

Searched refs:getMapTypeModifier (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2334 if (Node->getMapTypeModifier(I) != OMPC_MAP_MODIFIER_unknown) { in VisitOMPMapClause()
2335 if (Node->getMapTypeModifier(I) == OMPC_MAP_MODIFIER_iterator) { in VisitOMPMapClause()
2339 Node->getMapTypeModifier(I)); in VisitOMPMapClause()
2340 if (Node->getMapTypeModifier(I) == OMPC_MAP_MODIFIER_mapper) in VisitOMPMapClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6940 Record.push_back(C->getMapTypeModifier(I)); in VisitOMPMapClause()
6942 if (C->getMapTypeModifier(I) == OMPC_MAP_MODIFIER_iterator) in VisitOMPMapClause()
H A DASTReader.cpp11146 if (C->getMapTypeModifier(I) == OMPC_MAP_MODIFIER_iterator) in VisitOMPMapClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6026 OpenMPMapModifierKind getMapTypeModifier(unsigned Cnt) const LLVM_READONLY { in getMapTypeModifier() function