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

  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 760 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) {
761 assert(PrevMethod);
762 getASTContext().setObjCMethodRedeclaration(PrevMethod, this);
764 PrevMethod->HasRedeclaration = true;
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 283 void setAsRedeclaration(const ObjCMethodDecl *PrevMethod);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 225 milliseconds