Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7711 I->getSecond()->getMapType(), I->getSecond()->getMapTypeModifiers(), in getMapModifiersForPrivateClauses()
7833 if (llvm::is_contained(C->getMapTypeModifiers(), in generateAllInfoForClauses()
7842 C->getMapTypeModifiers(), std::nullopt, in generateAllInfoForClauses()
8556 C->getMapTypeModifiers(), in generateInfoForCapture()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3805 OldC->getIteratorModifier(), OldC->getMapTypeModifiers(), in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h10845 IteratorModifier, C->getMapTypeModifiers(), C->getMapTypeModifiersLoc(), in TransformOMPMapClause()
H A DSemaOpenMP.cpp5904 nullptr, C->getMapTypeModifiers(), C->getMapTypeModifiersLoc(), in processImplicitMapsWithDefaultMappers()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6083 ArrayRef<OpenMPMapModifierKind> getMapTypeModifiers() const LLVM_READONLY { in getMapTypeModifiers() function