Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaConcept.cpp822 FunctionScopeRAII FuncScope(*this); in CheckInstantiatedFunctionTemplateConstraints()
H A DTreeTransform.h13234 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5043 struct FunctionScopeRAII { struct
5046 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() function
5047 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument