reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDecl.cpp
14105   while (!ContextScope->getEntity())
14106     ContextScope = ContextScope->getParent();
14106     ContextScope = ContextScope->getParent();
14107   ContextRAII SavedContext(*this, ContextScope->getEntity());