Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp13435 Scope *ContextScope = BlockScope; in ImplicitlyDefineFunction() local
13436 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()
13437 ContextScope = ContextScope->getParent(); in ImplicitlyDefineFunction()
13438 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()