Searched defs:FunctionScopeRAII (Results 1 – 1 of 1) sorted by relevance
4628 struct FunctionScopeRAII { struct4631 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument4632 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument4636 void disable() { Active = false; } in disable()