Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3435 NewNameInfo, OldC->getMapType(), OldC->isImplicitMapType(), in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h9880 MapperIdInfo, C->getMapType(), C->isImplicitMapType(), C->getMapLoc(), in TransformOMPMapClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h5654 bool isImplicitMapType() const LLVM_READONLY { return MapTypeIsImplicit; } in isImplicitMapType() function