Searched defs:InvalidateOnErrorScope (Results 1 – 1 of 1) sorted by relevance
2151 struct InvalidateOnErrorScope { struct2152 InvalidateOnErrorScope(Sema &SemaRef, Decl *D, bool Enabled) in InvalidateOnErrorScope() argument2154 ~InvalidateOnErrorScope() { in ~InvalidateOnErrorScope()2159 DiagnosticErrorTrap Trap;2160 Decl *D;2161 bool Enabled;