HomeSort by relevance Sort by last modified time
    Searched refs:InterfaceDecl (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
NSAPI.cpp 517 bool NSAPI::isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl,
519 if (!InterfaceDecl) {
527 IsSubclass = NSClassID == InterfaceDecl->getIdentifier();
532 } while ((InterfaceDecl = InterfaceDecl->getSuperClass()));
  /external/clang/include/clang/AST/
NSAPI.h 223 /// \brief Returns \c true if \p InterfaceDecl is subclass of \p NSClassKind
224 bool isSubclassOfNSClass(ObjCInterfaceDecl *InterfaceDecl,
  /external/clang/lib/Analysis/
BodyFarm.cpp 403 if (auto *InterfaceDecl = dyn_cast<ObjCInterfaceDecl>(Container)) {
404 PrimaryInterface = InterfaceDecl;
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 668 const ObjCInterfaceDecl *InterfaceDecl = TrackedType->getInterfaceDecl();
671 Method = InterfaceDecl->lookupInstanceMethod(Sel);
673 Method = InterfaceDecl->lookupClassMethod(Sel);
    [all...]

Completed in 1109 milliseconds