Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h3367 struct FunctionScopeRAII { struct
3370 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
3371 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
3375 void disable() { Active = false; } in disable()
/external/llvm-project/clang/include/clang/Sema/
DSema.h4488 struct FunctionScopeRAII { struct
4491 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
4492 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
4496 void disable() { Active = false; } in disable()