Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp15439 Scope *ContextScope = BlockScope; in ImplicitlyDefineFunction() local
15440 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()
15441 ContextScope = ContextScope->getParent(); in ImplicitlyDefineFunction()
15442 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()