Searched refs:IsBuildingRecoveryCallExpr (Results 1 – 3 of 3) sorted by relevance
168 IsBuildingRecoveryCallExpr(false), Cleanup{}, LateTemplateParser(nullptr), in Sema()
12823 assert(SemaRef.IsBuildingRecoveryCallExpr == false); in BuildRecoveryCallExprRAII()12824 SemaRef.IsBuildingRecoveryCallExpr = true; in BuildRecoveryCallExprRAII()12828 SemaRef.IsBuildingRecoveryCallExpr = false; in ~BuildRecoveryCallExprRAII()12853 if (SemaRef.IsBuildingRecoveryCallExpr) in BuildRecoveryCallExpr()
760 bool IsBuildingRecoveryCallExpr; variable