Home
last modified time | relevance | path

Searched refs:MapTypeIsImplicit (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h5416 bool MapTypeIsImplicit = false; variable
5448 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause() argument
5454 MapType(MapType), MapTypeIsImplicit(MapTypeIsImplicit), MapLoc(MapLoc) { in OMPMapClause()
5560 bool isImplicitMapType() const LLVM_READONLY { return MapTypeIsImplicit; } in isImplicitMapType()