Searched refs:IsBuildingRecoveryCallExpr (Results 1 – 3 of 3) sorted by relevance
89 IsBuildingRecoveryCallExpr(false), in Sema()
10574 assert(SemaRef.IsBuildingRecoveryCallExpr == false); in BuildRecoveryCallExprRAII()10575 SemaRef.IsBuildingRecoveryCallExpr = true; in BuildRecoveryCallExprRAII()10579 SemaRef.IsBuildingRecoveryCallExpr = false; in ~BuildRecoveryCallExprRAII()10610 if (SemaRef.IsBuildingRecoveryCallExpr) in BuildRecoveryCallExpr()
349 bool IsBuildingRecoveryCallExpr; variable