Searched refs:IsBuildingRecoveryCallExpr (Results 1 – 3 of 3) sorted by relevance
203 IsBuildingRecoveryCallExpr(false), LateTemplateParser(nullptr), in Sema()
13168 assert(SemaRef.IsBuildingRecoveryCallExpr == false); in BuildRecoveryCallExprRAII()13169 SemaRef.IsBuildingRecoveryCallExpr = true; in BuildRecoveryCallExprRAII()13172 ~BuildRecoveryCallExprRAII() { SemaRef.IsBuildingRecoveryCallExpr = false; } in ~BuildRecoveryCallExprRAII()13195 if (SemaRef.IsBuildingRecoveryCallExpr) in BuildRecoveryCallExpr()
775 bool IsBuildingRecoveryCallExpr; variable