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

Declarations

tools/clang/include/clang/Sema/Sema.h
 3909   void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance);

References

tools/clang/include/clang/Sema/Sema.h
 3961     AddMethodToGlobalPool(Method, impl, /*instance*/true);
 3966     AddMethodToGlobalPool(Method, impl, /*instance*/false);