Searched refs:BuildRecoveryCallExprRAII (Results 1 – 1 of 1) sorted by relevance
13162 class BuildRecoveryCallExprRAII { class13167 BuildRecoveryCallExprRAII(Sema &S) : SemaRef(S), SatStack(S) { in BuildRecoveryCallExprRAII() function in __anona0c7ad682011::BuildRecoveryCallExprRAII13172 ~BuildRecoveryCallExprRAII() { SemaRef.IsBuildingRecoveryCallExpr = false; } in ~BuildRecoveryCallExprRAII()13197 BuildRecoveryCallExprRAII RCE(SemaRef); in BuildRecoveryCallExpr()