Searched refs:ContextScope (Results 1 – 2 of 2) sorted by relevance
1006 std::optional<Sema::ContextRAII> ContextScope; in SubstituteConstraintExpressionWithoutSatisfaction() local1009 ContextScope.emplace(S, const_cast<DeclContext *>(cast<DeclContext>(RD)), in SubstituteConstraintExpressionWithoutSatisfaction()
16262 Scope *ContextScope = BlockScope; in ImplicitlyDefineFunction() local16263 while (!ContextScope->getEntity() || in ImplicitlyDefineFunction()16264 (!ContextScope->getEntity()->isFunctionOrMethod() && in ImplicitlyDefineFunction()16265 !ContextScope->getEntity()->isTranslationUnit())) in ImplicitlyDefineFunction()16266 ContextScope = ContextScope->getParent(); in ImplicitlyDefineFunction()16267 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()