Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2336 if (Node->getMapTypeModifier(I) != OMPC_MAP_MODIFIER_unknown) { in VisitOMPMapClause()
2337 if (Node->getMapTypeModifier(I) == OMPC_MAP_MODIFIER_iterator) { in VisitOMPMapClause()
2341 Node->getMapTypeModifier(I)); in VisitOMPMapClause()
2342 if (Node->getMapTypeModifier(I) == OMPC_MAP_MODIFIER_mapper) in VisitOMPMapClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7527 Record.push_back(C->getMapTypeModifier(I)); in VisitOMPMapClause()
7529 if (C->getMapTypeModifier(I) == OMPC_MAP_MODIFIER_iterator) in VisitOMPMapClause()
H A DASTReader.cpp11347 if (C->getMapTypeModifier(I) == OMPC_MAP_MODIFIER_iterator) in VisitOMPMapClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6066 OpenMPMapModifierKind getMapTypeModifier(unsigned Cnt) const LLVM_READONLY { in getMapTypeModifier() function