Searched refs:ParentlessLoopConstructs (Results 1 – 2 of 2) sorted by relevance
1053 SemaRef.ParentlessLoopConstructs.swap(ParentlessLoopConstructs); in AssociatedStmtRAII()1062 assert(SemaRef.ParentlessLoopConstructs.empty() && in ~AssociatedStmtRAII()1064 SemaRef.ParentlessLoopConstructs.swap(ParentlessLoopConstructs); in ~AssociatedStmtRAII()1649 ParentlessLoopConstructs); in ActOnEndStmtDirective()1651 ParentlessLoopConstructs.clear(); in ActOnEndStmtDirective()1663 ParentlessLoopConstructs.push_back(LoopConstruct); in ActOnEndStmtDirective()
33 llvm::SmallVector<OpenACCLoopConstruct *> ParentlessLoopConstructs;453 llvm::SmallVector<OpenACCLoopConstruct *> ParentlessLoopConstructs; variable