Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp1432 if (Node->getMapTypeModifier(I) != OMPC_MAP_MODIFIER_unknown) { in VisitOMPMapClause()
1434 Node->getMapTypeModifier(I)); in VisitOMPMapClause()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h4227 OpenMPMapModifierKind getMapTypeModifier(unsigned Cnt) const LLVM_READONLY { in getMapTypeModifier() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp6786 Record.push_back(C->getMapTypeModifier(I)); in VisitOMPMapClause()