Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8358 I->getSecond()->getMapType(), I->getSecond()->getMapTypeModifiers(), in getMapModifiersForPrivateClauses()
8494 if (llvm::is_contained(C->getMapTypeModifiers(), in generateAllInfoForClauses()
8503 C->getMapTypeModifiers(), llvm::None, in generateAllInfoForClauses()
9088 C->getMapTypeModifiers(), in generateInfoForCapture()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3620 OldC->getMapTypeModifiers(), OldC->getMapTypeModifiersLoc(), SS, in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h10178 C->getMapTypeModifiers(), C->getMapTypeModifiersLoc(), MapperIdScopeSpec, in TransformOMPMapClause()
H A DSemaOpenMP.cpp6027 C->getMapTypeModifiers(), C->getMapTypeModifiersLoc(), in processImplicitMapsWithDefaultMappers()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h5915 ArrayRef<OpenMPMapModifierKind> getMapTypeModifiers() const LLVM_READONLY { in getMapTypeModifiers() function