Searched defs:FunctionScopeRAII (Results 1 – 1 of 1) sorted by relevance
5169 struct FunctionScopeRAII { struct5172 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() function5173 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument5177 void disable() { Active = false; } in disable()