HomeSort by relevance Sort by last modified time
    Searched defs:isInstanceMethod (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
DeclObjC.h 386 bool isInstanceMethod() const { return IsInstance; }
469 &ObjCMethodDecl::isInstanceMethod>
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 159 static bool isInstanceMethod(const Decl *D) {
762 if (MD->isInstanceMethod()) {
868 bool HasImplicitThisParam = isInstanceMethod(D);
    [all...]

Completed in 76 milliseconds