Searched refs:IsBuildingRecoveryCallExpr (Results 1 – 3 of 3) sorted by relevance
190 IsBuildingRecoveryCallExpr(false), Cleanup{}, LateTemplateParser(nullptr), in Sema()
12841 assert(SemaRef.IsBuildingRecoveryCallExpr == false); in BuildRecoveryCallExprRAII()12842 SemaRef.IsBuildingRecoveryCallExpr = true; in BuildRecoveryCallExprRAII()12846 SemaRef.IsBuildingRecoveryCallExpr = false; in ~BuildRecoveryCallExprRAII()12871 if (SemaRef.IsBuildingRecoveryCallExpr) in BuildRecoveryCallExpr()
763 bool IsBuildingRecoveryCallExpr; variable