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.cpp7972 I->getSecond()->getMapType(), I->getSecond()->getMapTypeModifiers(), in getMapModifiersForPrivateClauses()
8089 if (llvm::is_contained(C->getMapTypeModifiers(), in generateAllInfoForClauses()
8098 C->getMapTypeModifiers(), {}, in generateAllInfoForClauses()
8813 C->getMapTypeModifiers(), in generateInfoForCaptureFromClauseInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4350 OldC->getIteratorModifier(), OldC->getMapTypeModifiers(), in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h11354 IteratorModifier, C->getMapTypeModifiers(), C->getMapTypeModifiersLoc(), in TransformOMPMapClause()
H A DSemaOpenMP.cpp5909 nullptr, C->getMapTypeModifiers(), C->getMapTypeModifiersLoc(), in processImplicitMapsWithDefaultMappers()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6635 ArrayRef<OpenMPMapModifierKind> getMapTypeModifiers() const LLVM_READONLY { in getMapTypeModifiers() function