Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h4082 bool MapTypeIsImplicit = false; variable
4108 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause() argument
4116 MapType(MapType), MapTypeIsImplicit(MapTypeIsImplicit), in OMPMapClause()
4222 bool isImplicitMapType() const LLVM_READONLY { return MapTypeIsImplicit; } in isImplicitMapType()