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

Declarations

tools/clang/include/clang/Sema/Sema.h
 8756   bool CheckARCMethodDecl(ObjCMethodDecl *method);

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 4734     ARCError = CheckARCMethodDecl(ObjCMethod);
tools/clang/lib/Sema/SemaObjCProperty.cpp
 2427       CheckARCMethodDecl(GetterMethod);
 2494         CheckARCMethodDecl(SetterMethod);