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

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 397 bool isInstanceMethod() const { return InstanceMethod; }
  /external/clang/include/clang/AST/
DeclObjC.h 410 bool isInstanceMethod() const { return IsInstance; }
552 &ObjCMethodDecl::isInstanceMethod>
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 108 static bool isInstanceMethod(const Decl *D) {
226 bool HasImplicitThisParam = isInstanceMethod(D);
    [all...]

Completed in 3415 milliseconds