Home
last modified time | relevance | path

Searched defs:FunctionScopeRAII (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4628 struct FunctionScopeRAII { struct
4631 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
4632 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
4636 void disable() { Active = false; } in disable()