Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp14255 Scope *ContextScope = BlockScope; in ImplicitlyDefineFunction() local
14256 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()
14257 ContextScope = ContextScope->getParent(); in ImplicitlyDefineFunction()
14258 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()