Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16468 Scope *ContextScope = BlockScope; in ImplicitlyDefineFunction() local
16469 while (!ContextScope->getEntity() || in ImplicitlyDefineFunction()
16470 (!ContextScope->getEntity()->isFunctionOrMethod() && in ImplicitlyDefineFunction()
16471 !ContextScope->getEntity()->isTranslationUnit())) in ImplicitlyDefineFunction()
16472 ContextScope = ContextScope->getParent(); in ImplicitlyDefineFunction()
16473 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()