Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h3367 struct FunctionScopeRAII { struct
3370 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
3371 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
/external/clang/lib/Sema/
DTreeTransform.h10210 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()