Searched refs:IsBuildingRecoveryCallExpr (Results 1 – 3 of 3) sorted by relevance
205 IsBuildingRecoveryCallExpr(false), LateTemplateParser(nullptr), in Sema()
13672 assert(SemaRef.IsBuildingRecoveryCallExpr == false); in BuildRecoveryCallExprRAII()13673 SemaRef.IsBuildingRecoveryCallExpr = true; in BuildRecoveryCallExprRAII()13676 ~BuildRecoveryCallExprRAII() { SemaRef.IsBuildingRecoveryCallExpr = false; } in ~BuildRecoveryCallExprRAII()13699 if (SemaRef.IsBuildingRecoveryCallExpr) in BuildRecoveryCallExpr()
802 bool IsBuildingRecoveryCallExpr; variable