Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1046 : SemaRef(S), WasInsideComputeConstruct(S.InsideComputeConstruct), in AssociatedStmtRAII()
1052 SemaRef.InsideComputeConstruct = true; in AssociatedStmtRAII()
1058 SemaRef.InsideComputeConstruct = WasInsideComputeConstruct; in ~AssociatedStmtRAII()
1662 if (InsideComputeConstruct) in ActOnEndStmtDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h36 bool InsideComputeConstruct = false; variable