Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5618 bool MapTypeIsImplicit = false; variable
5650 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause() argument
5656 MapType(MapType), MapTypeIsImplicit(MapTypeIsImplicit), MapLoc(MapLoc) { in OMPMapClause()
5762 bool isImplicitMapType() const LLVM_READONLY { return MapTypeIsImplicit; } in isImplicitMapType()