Searched refs:CtxToSave (Results 1 – 1 of 1) sorted by relevance
864 DeclContext *CtxToSave = const_cast<FunctionDecl *>(FD); in CheckFunctionConstraints() local866 while (isLambdaCallOperator(CtxToSave) || FD->isTransparentContext()) { in CheckFunctionConstraints()867 if (isLambdaCallOperator(CtxToSave)) in CheckFunctionConstraints()868 CtxToSave = CtxToSave->getParent()->getParent(); in CheckFunctionConstraints()870 CtxToSave = CtxToSave->getNonTransparentContext(); in CheckFunctionConstraints()873 ContextRAII SavedContext{*this, CtxToSave}; in CheckFunctionConstraints()