Searched refs:CtxToSave (Results 1 – 1 of 1) sorted by relevance
621 DeclContext *CtxToSave = const_cast<FunctionDecl *>(FD); in CheckFunctionConstraints() local623 while (isLambdaCallOperator(CtxToSave) || FD->isTransparentContext()) { in CheckFunctionConstraints()624 if (isLambdaCallOperator(CtxToSave)) in CheckFunctionConstraints()625 CtxToSave = CtxToSave->getParent()->getParent(); in CheckFunctionConstraints()627 CtxToSave = CtxToSave->getNonTransparentContext(); in CheckFunctionConstraints()630 ContextRAII SavedContext{*this, CtxToSave}; in CheckFunctionConstraints()