Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4920 struct FunctionScopeRAII { struct
4923 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
4924 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h13053 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()