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

References

tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  472          StaticLowerBound->isSpecialized());
  478       State = State->set<MostSpecializedTypeArgsMap>(Sym, StaticLowerBound);
  483         getMostInformativeDerivedClass(StaticUpperBound, StaticLowerBound, C);
  489   if (C.canAssignObjCInterfaces(StaticLowerBound, *Current)) {
  499         getMostInformativeDerivedClass(WithMostInfo, StaticLowerBound, C);
  508       getMostInformativeDerivedClass(*Current, StaticLowerBound, C);