Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h3285 struct FunctionScopeRAII { struct
3288 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() function
3289 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
/external/clang/lib/Sema/
DTreeTransform.h9877 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()