Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7682 I->getSecond()->getMapType(), I->getSecond()->getMapTypeModifiers(), in getMapModifiersForPrivateClauses()
7798 if (llvm::is_contained(C->getMapTypeModifiers(), in generateAllInfoForClauses()
7807 C->getMapTypeModifiers(), std::nullopt, in generateAllInfoForClauses()
8498 C->getMapTypeModifiers(), in generateInfoForCapture()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3752 OldC->getIteratorModifier(), OldC->getMapTypeModifiers(), in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h10509 IteratorModifier, C->getMapTypeModifiers(), C->getMapTypeModifiersLoc(), in TransformOMPMapClause()
H A DSemaOpenMP.cpp6129 nullptr, C->getMapTypeModifiers(), C->getMapTypeModifiersLoc(), in processImplicitMapsWithDefaultMappers()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6043 ArrayRef<OpenMPMapModifierKind> getMapTypeModifiers() const LLVM_READONLY { in getMapTypeModifiers() function