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

References

tools/clang/lib/Sema/SemaTemplate.cpp
 8637   if (Previous.empty()) {
 8640     for (LookupResult::iterator I = Previous.begin(), E = Previous.end();
 8640     for (LookupResult::iterator I = Previous.begin(), E = Previous.end();
 8660     if (Previous.isSingleResult() &&
 8661         (PrevVar = dyn_cast<VarDecl>(Previous.getFoundDecl())))
 8663         FoundInstantiation = Previous.getRepresentativeDecl();
 8670     if (Previous.isSingleResult() &&
 8671         (PrevRecord = dyn_cast<CXXRecordDecl>(Previous.getFoundDecl()))) {
 8672       FoundInstantiation = Previous.getRepresentativeDecl();
 8679     if (Previous.isSingleResult() &&
 8680         (PrevEnum = dyn_cast<EnumDecl>(Previous.getFoundDecl()))) {
 8681       FoundInstantiation = Previous.getRepresentativeDecl();
 8712     Previous.clear();
 8713     Previous.addDecl(FoundInstantiation);
 8783   Previous.clear();
 8784   Previous.addDecl(FoundInstantiation);