Searched refs:IsBuildingRecoveryCallExpr (Results 1 – 3 of 3) sorted by relevance
91 IsBuildingRecoveryCallExpr(false), in Sema()
10414 assert(SemaRef.IsBuildingRecoveryCallExpr == false); in BuildRecoveryCallExprRAII()10415 SemaRef.IsBuildingRecoveryCallExpr = true; in BuildRecoveryCallExprRAII()10419 SemaRef.IsBuildingRecoveryCallExpr = false; in ~BuildRecoveryCallExprRAII()10441 if (SemaRef.IsBuildingRecoveryCallExpr) in BuildRecoveryCallExpr()
345 bool IsBuildingRecoveryCallExpr; variable