Searched defs:FunctionScopeRAII (Results 1 – 1 of 1) sorted by relevance
3367 struct FunctionScopeRAII { struct3370 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument3371 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument3375 void disable() { Active = false; } in disable()