Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3237 struct FunctionScopeRAII { struct
3240 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
3241 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h9446 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()