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 801 const ObjCMethodDecl *&PrevMethod = MethodMap[Method->getSelector()];
802 if (PrevMethod && !MatchTwoMethodDeclarations(Method, PrevMethod)) {
805 Diag(PrevMethod->getLocation(), diag::note_previous_declaration);
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 584 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) {
585 assert(PrevMethod);
586 getASTContext().setObjCMethodRedeclaration(PrevMethod, this);
588 PrevMethod->HasRedeclaration = true;
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 293 void setAsRedeclaration(const ObjCMethodDecl *PrevMethod);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 473 milliseconds