Home
last modified time | relevance | path

Searched refs:isImplicitMapType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4352 OldC->isImplicitMapType(), OldC->getMapLoc(), OldC->getColonLoc(), in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h11355 MapperIdScopeSpec, MapperIdInfo, C->getMapType(), C->isImplicitMapType(), in TransformOMPMapClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6613 bool isImplicitMapType() const LLVM_READONLY { return MapTypeIsImplicit; } in isImplicitMapType() function