Searched refs:FunctionScopeRAII (Results 1 – 6 of 6) sorted by relevance
878 struct FunctionScopeRAII { struct881 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument882 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument7248 : private FunctionScopeRAII {
3367 struct FunctionScopeRAII { struct3370 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument3371 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
5131 struct FunctionScopeRAII { struct5134 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument5135 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument7368 : private FunctionScopeRAII {
1050 struct FunctionScopeRAII { struct1053 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument1054 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument7483 : private FunctionScopeRAII {
10210 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()