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

References

tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  669       Method = InterfaceDecl->lookupInstanceMethod(Sel);
  670       if (!Method)
  671         Method = InterfaceDecl->lookupClassMethod(Sel);
  677   return Method ? Method : MessageExpr->getMethodDecl();
  677   return Method ? Method : MessageExpr->getMethodDecl();