Searched refs:InsideComputeConstruct (Results 1 – 2 of 2) sorted by relevance
1046 : SemaRef(S), WasInsideComputeConstruct(S.InsideComputeConstruct), in AssociatedStmtRAII()1052 SemaRef.InsideComputeConstruct = true; in AssociatedStmtRAII()1058 SemaRef.InsideComputeConstruct = WasInsideComputeConstruct; in ~AssociatedStmtRAII()1662 if (InsideComputeConstruct) in ActOnEndStmtDirective()
36 bool InsideComputeConstruct = false; variable