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

References

tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1278         if (!Val.hasValue()) {
 1279           Val = IDecl->lookupPrivateMethod(Sel);
 1283           if (!*Val)
 1300                     Val = CatDecl->getMethod(Sel,
 1302                     if (*Val)
 1306                 if (!*Val)
 1307                   Val = IDecl->lookupInstanceMethod(Sel);
 1311         const ObjCMethodDecl *MD = Val.getValue();