Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6459 bool MapTypeIsImplicit = false; variable
6491 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause() argument
6497 MapType(MapType), MapTypeIsImplicit(MapTypeIsImplicit), MapLoc(MapLoc) { in OMPMapClause()
6613 bool isImplicitMapType() const LLVM_READONLY { return MapTypeIsImplicit; } in isImplicitMapType()