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 845 const ObjCMethodDecl *&PrevMethod = MethodMap[Method->getSelector()];
846 if (PrevMethod &
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 677 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) {
678 assert(PrevMethod);
679 getASTContext().setObjCMethodRedeclaration(PrevMethod, this);
681 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 156 milliseconds