Searched refs:CtxToSave (Results 1 – 1 of 1) sorted by relevance
699 DeclContext *CtxToSave = const_cast<FunctionDecl *>(FD); in CheckFunctionConstraints() local701 while (isLambdaCallOperator(CtxToSave) || FD->isTransparentContext()) { in CheckFunctionConstraints()702 if (isLambdaCallOperator(CtxToSave)) in CheckFunctionConstraints()703 CtxToSave = CtxToSave->getParent()->getParent(); in CheckFunctionConstraints()705 CtxToSave = CtxToSave->getNonTransparentContext(); in CheckFunctionConstraints()708 ContextRAII SavedContext{*this, CtxToSave}; in CheckFunctionConstraints()