Lines Matching defs:SharingMapTy
97 struct SharingMapTy { struct in __anon216cbd260111::DSAStackTy
98 DeclSAMapTy SharingMap;
99 AlignedMapTy AlignedMap;
100 MappedDeclsTy MappedDecls;
101 LoopControlVariablesSetTy LCVSet;
102 DefaultDataSharingAttributes DefaultAttr;
103 SourceLocation DefaultAttrLoc;
104 OpenMPDirectiveKind Directive;
105 DeclarationNameInfo DirectiveName;
106 Scope *CurScope;
107 SourceLocation ConstructLoc;
111 llvm::PointerIntPair<Expr *, 1, bool> OrderedRegion;
112 bool NowaitRegion;
113 bool CancelRegion;
114 unsigned CollapseNumber;
115 SourceLocation InnerTeamsRegionLoc;
116 SharingMapTy(OpenMPDirectiveKind DKind, DeclarationNameInfo Name, in SharingMapTy() argument
122 SharingMapTy() in SharingMapTy() argument