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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 1185   if (!Method)
 1186     Method = LookupFactoryMethodInGlobalPool(Sel,
 1188   if (!Method) {
 1200     DiagnoseMismatchedSelectors(*this, AtLoc, Method, LParenLoc, RParenLoc,
 1203   if (Method &&
 1204       Method->getImplementationControl() != ObjCMethodDecl::Optional &&
 1205       !getSourceManager().isInSystemHeader(Method->getLocation()))