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

References

tools/clang/lib/Sema/Sema.cpp
 1619   for (Scope *S = getCurScope(); S; S = S->getParent()) {
 1619   for (Scope *S = getCurScope(); S; S = S->getParent()) {
 1619   for (Scope *S = getCurScope(); S; S = S->getParent()) {
 1622     if (S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope))
 1623       if (DeclContext *Entity = S->getEntity())
 1625           return S;