Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp2321 : FunctionScopeRAII(SemaRef) { in LambdaScopeForCallOperatorInstantiationRAII()
2323 FunctionScopeRAII::disable(); in LambdaScopeForCallOperatorInstantiationRAII()
H A DTreeTransform.h13470 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5169 struct FunctionScopeRAII { struct
5172 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
5173 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
7399 : private FunctionScopeRAII {