Home
last modified time | relevance | path

Searched refs:CtxToSave (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp864 DeclContext *CtxToSave = const_cast<FunctionDecl *>(FD); in CheckFunctionConstraints() local
866 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()