Searched defs:FunctionScopeRAII (Results 1 – 1 of 1) sorted by relevance
3112 struct FunctionScopeRAII { struct3115 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument3116 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument3120 void disable() { Active = false; } in disable()