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

References

tools/clang/lib/AST/DeclObjC.cpp
 1288   if (Method->isRedeclaration()) {
 1289     Method = cast<ObjCContainerDecl>(Method->getDeclContext())->
 1289     Method = cast<ObjCContainerDecl>(Method->getDeclContext())->
 1290                    getMethod(Method->getSelector(), Method->isInstanceMethod());
 1290                    getMethod(Method->getSelector(), Method->isInstanceMethod());
 1293   if (Method->isOverriding()) {
 1294     collectOverriddenMethodsSlow(Method, Overridden);