Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp14809 Scope *ContextScope = BlockScope; in ImplicitlyDefineFunction() local
14810 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()
14811 ContextScope = ContextScope->getParent(); in ImplicitlyDefineFunction()
14812 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()