Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h3056 struct FunctionScopeRAII { struct
3059 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
3060 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
3064 void disable() { Active = false; } in disable()