Searched defs:MapInfo (Results 1 – 4 of 4) sorted by relevance
64 typedef struct MapInfo struct66 struct MapInfo *next; argument74 } MapInfo; argument
77 typedef struct MapInfo struct79 struct MapInfo *next; argument87 } MapInfo; argument
7207 struct MapInfo { struct in __anonad2d34463d11::MappableExprsHandler7208 OMPClauseMappableExprCommon::MappableExprComponentListRef Components;7209 OpenMPMapClauseKind MapType = OMPC_MAP_unknown;7210 ArrayRef<OpenMPMapModifierKind> MapModifiers;7211 ArrayRef<OpenMPMotionModifierKind> MotionModifiers;7212 bool ReturnDevicePointer = false;7213 bool IsImplicit = false;7214 const ValueDecl *Mapper = nullptr;7215 const Expr *VarRef = nullptr;7216 bool ForDeviceAddr = false;[all …]
10155 struct MapInfo { struct10156 OMPDeclareTargetDeclAttr::MapTypeTy MT;10157 SourceLocation Loc;