Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3728 struct FunctionScopeRAII { struct
3731 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
3732 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h11044 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()