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 775 const ObjCMethodDecl *&PrevMethod = MethodMap[Method->getSelector()];
776 if (PrevMethod && !MatchTwoMethodDeclarations(Method, PrevMethod)) {
779 Diag(PrevMethod->getLocation(), diag::note_previous_declaration);
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 501 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) {
502 assert(PrevMethod);
503 getASTContext().setObjCMethodRedeclaration(PrevMethod, this);
505 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 300 milliseconds