Home
last modified time | relevance | path

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

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