Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp15872 Scope *ContextScope = BlockScope; in ImplicitlyDefineFunction() local
15873 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()
15874 ContextScope = ContextScope->getParent(); in ImplicitlyDefineFunction()
15875 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()