Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2129 if (Node->getMapTypeModifier(I) != OMPC_MAP_MODIFIER_unknown) { in VisitOMPMapClause()
2131 Node->getMapTypeModifier(I)); in VisitOMPMapClause()
2132 if (Node->getMapTypeModifier(I) == OMPC_MAP_MODIFIER_mapper) in VisitOMPMapClause()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5767 OpenMPMapModifierKind getMapTypeModifier(unsigned Cnt) const LLVM_READONLY { in getMapTypeModifier() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6419 Record.push_back(C->getMapTypeModifier(I)); in VisitOMPMapClause()