Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaConcept.cpp621 DeclContext *CtxToSave = const_cast<FunctionDecl *>(FD); in CheckFunctionConstraints() local
623 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()