Searched refs:IsBuildingRecoveryCallExpr (Results 1 – 3 of 3) sorted by relevance
90 IsBuildingRecoveryCallExpr(false), in Sema()
11187 assert(SemaRef.IsBuildingRecoveryCallExpr == false); in BuildRecoveryCallExprRAII()11188 SemaRef.IsBuildingRecoveryCallExpr = true; in BuildRecoveryCallExprRAII()11192 SemaRef.IsBuildingRecoveryCallExpr = false; in ~BuildRecoveryCallExprRAII()11223 if (SemaRef.IsBuildingRecoveryCallExpr) in BuildRecoveryCallExpr()
442 bool IsBuildingRecoveryCallExpr; variable