Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp2087 if (Node->getMapTypeModifier(I) != OMPC_MAP_MODIFIER_unknown) { in VisitOMPMapClause()
2089 Node->getMapTypeModifier(I)); in VisitOMPMapClause()
2090 if (Node->getMapTypeModifier(I) == OMPC_MAP_MODIFIER_mapper) in VisitOMPMapClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h5659 OpenMPMapModifierKind getMapTypeModifier(unsigned Cnt) const LLVM_READONLY { in getMapTypeModifier() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6412 Record.push_back(C->getMapTypeModifier(I)); in VisitOMPMapClause()