Searched defs:FunctionScopeRAII (Results 1 – 1 of 1) sorted by relevance
1287 struct FunctionScopeRAII { struct1290 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument1291 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument1295 void disable() { Active = false; } in disable()