Searched defs:FunctionScopeRAII (Results 1 – 1 of 1) sorted by relevance
5043 struct FunctionScopeRAII { struct5046 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument5047 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument5051 void disable() { Active = false; } in disable()