Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1006 std::optional<Sema::ContextRAII> ContextScope; in SubstituteConstraintExpressionWithoutSatisfaction() local
1009 ContextScope.emplace(S, const_cast<DeclContext *>(cast<DeclContext>(RD)), in SubstituteConstraintExpressionWithoutSatisfaction()
H A DSemaDecl.cpp16262 Scope *ContextScope = BlockScope; in ImplicitlyDefineFunction() local
16263 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()