Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h3308 bool MapTypeIsImplicit; variable
3352 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause() argument
3361 MapTypeIsImplicit(MapTypeIsImplicit), MapLoc(MapLoc) {} in OMPMapClause()
3377 MapTypeIsImplicit(false), MapLoc() {} in OMPMapClause()
3426 bool isImplicitMapType() const LLVM_READONLY { return MapTypeIsImplicit; } in isImplicitMapType()