Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h3112 struct FunctionScopeRAII { struct
3115 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
3116 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h9124 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()