Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1053 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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h33 llvm::SmallVector<OpenACCLoopConstruct *> ParentlessLoopConstructs;
453 llvm::SmallVector<OpenACCLoopConstruct *> ParentlessLoopConstructs; variable