Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h5510 bool MapTypeIsImplicit = false; variable
5542 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause() argument
5548 MapType(MapType), MapTypeIsImplicit(MapTypeIsImplicit), MapLoc(MapLoc) { in OMPMapClause()
5654 bool isImplicitMapType() const LLVM_READONLY { return MapTypeIsImplicit; } in isImplicitMapType()