Searched defs:FunctionScopeRAII (Results 1 – 2 of 2) 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()
4488 struct FunctionScopeRAII { struct4491 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument4492 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument4496 void disable() { Active = false; } in disable()