Searched refs:FunctionScopeRAII (Results 1 – 3 of 3) sorted by relevance
822 FunctionScopeRAII FuncScope(*this); in CheckInstantiatedFunctionTemplateConstraints()
13234 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()
5043 struct FunctionScopeRAII { struct5046 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() function5047 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument