Searched refs:IsBuildingRecoveryCallExpr (Results 1 – 3 of 3) sorted by relevance
159 IsBuildingRecoveryCallExpr(false), Cleanup{}, LateTemplateParser(nullptr), in Sema()
12560 assert(SemaRef.IsBuildingRecoveryCallExpr == false); in BuildRecoveryCallExprRAII()12561 SemaRef.IsBuildingRecoveryCallExpr = true; in BuildRecoveryCallExprRAII()12565 SemaRef.IsBuildingRecoveryCallExpr = false; in ~BuildRecoveryCallExprRAII()12587 if (SemaRef.IsBuildingRecoveryCallExpr) in BuildRecoveryCallExpr()
599 bool IsBuildingRecoveryCallExpr; variable