Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1022 struct FunctionScopeRAII { struct
1025 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() function
1026 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
1030 void disable() { Active = false; } in disable()