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

References

tools/clang/lib/Sema/SemaDecl.cpp
 7819     for (Path.Decls = BaseRecord->lookup(Name); !Path.Decls.empty();
 7819     for (Path.Decls = BaseRecord->lookup(Name); !Path.Decls.empty();
 7820          Path.Decls = Path.Decls.slice(1)) {
 7820          Path.Decls = Path.Decls.slice(1)) {
 7821       NamedDecl *D = Path.Decls.front();