Searched refs:IsBuildingRecoveryCallExpr (Results 1 – 3 of 3) sorted by relevance
131 IsBuildingRecoveryCallExpr(false), Cleanup{}, LateTemplateParser(nullptr), in Sema()
11887 assert(SemaRef.IsBuildingRecoveryCallExpr == false); in BuildRecoveryCallExprRAII()11888 SemaRef.IsBuildingRecoveryCallExpr = true; in BuildRecoveryCallExprRAII()11892 SemaRef.IsBuildingRecoveryCallExpr = false; in ~BuildRecoveryCallExprRAII()11923 if (SemaRef.IsBuildingRecoveryCallExpr) in BuildRecoveryCallExpr()
530 bool IsBuildingRecoveryCallExpr; variable