Home
last modified time | relevance | path

Searched refs:getMapTypeModifiersLoc (Results 1 – 4 of 4) sorted by relevance

/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.h5920 ArrayRef<SourceLocation> getMapTypeModifiersLoc() const LLVM_READONLY { in getMapTypeModifiersLoc() function