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

Declarations

tools/clang/include/clang/AST/NSAPI.h
  228   bool isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl,

References

tools/clang/lib/Sema/SemaChecking.cpp
13669   bool IsMutableArray = S.NSAPIObj->isSubclassOfNSClass(
13704   bool IsMutableDictionary = S.NSAPIObj->isSubclassOfNSClass(
13735   bool IsMutableSet = S.NSAPIObj->isSubclassOfNSClass(
13739   bool IsMutableOrderedSet = S.NSAPIObj->isSubclassOfNSClass(