Searched refs:BuildRecoveryCallExprRAII (Results 1 – 1 of 1) sorted by relevance
14456 class BuildRecoveryCallExprRAII { class14461 BuildRecoveryCallExprRAII(Sema &S) : SemaRef(S), SatStack(S) { in BuildRecoveryCallExprRAII() function in __anon2e1ecc913211::BuildRecoveryCallExprRAII14466 ~BuildRecoveryCallExprRAII() { SemaRef.IsBuildingRecoveryCallExpr = false; } in ~BuildRecoveryCallExprRAII()14491 BuildRecoveryCallExprRAII RCE(SemaRef); in BuildRecoveryCallExpr()