Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp963 std::optional<Sema::ContextRAII> ContextScope; in SubstituteConstraintExpressionWithoutSatisfaction() local
973 ContextScope.emplace(S, const_cast<DeclContext *>(cast<DeclContext>(RD)), in SubstituteConstraintExpressionWithoutSatisfaction()
H A DSemaDecl.cpp16743 Scope *ContextScope = BlockScope; in ImplicitlyDefineFunction() local
16744 while (!ContextScope->getEntity() || in ImplicitlyDefineFunction()
16745 (!ContextScope->getEntity()->isFunctionOrMethod() && in ImplicitlyDefineFunction()
16746 !ContextScope->getEntity()->isTranslationUnit())) in ImplicitlyDefineFunction()
16747 ContextScope = ContextScope->getParent(); in ImplicitlyDefineFunction()
16748 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()