Home
last modified time | relevance | path

Searched refs:getMapTypeModifiers (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7946 I->getSecond()->getMapType(), I->getSecond()->getMapTypeModifiers(), in getMapModifiersForPrivateClauses()
8085 if (llvm::is_contained(C->getMapTypeModifiers(), in generateAllInfoForClauses()
8094 C->getMapTypeModifiers(), std::nullopt, in generateAllInfoForClauses()
8726 C->getMapTypeModifiers(), in generateInfoForCapture()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3687 OldC->getIteratorModifier(), OldC->getMapTypeModifiers(), in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h10332 IteratorModifier, C->getMapTypeModifiers(), C->getMapTypeModifiersLoc(), in TransformOMPMapClause()
H A DSemaOpenMP.cpp6098 nullptr, C->getMapTypeModifiers(), C->getMapTypeModifiersLoc(), in processImplicitMapsWithDefaultMappers()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h5947 ArrayRef<OpenMPMapModifierKind> getMapTypeModifiers() const LLVM_READONLY { in getMapTypeModifiers() function