Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4659 struct FunctionScopeRAII { struct
4662 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
4663 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12768 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()