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 706 const ObjCMethodDecl *&PrevMethod = MethodMap[Method->getSelector()];
707 if (PrevMethod && !MatchTwoMethodDeclarations(Method, PrevMethod)) {
710 Diag(PrevMethod->getLocation(), diag::note_previous_declaration);
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 418 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) {
419 assert(PrevMethod);
420 getASTContext().setObjCMethodRedeclaration(PrevMethod, this);
422 PrevMethod->HasRedeclaration = true;
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 282 void setAsRedeclaration(const ObjCMethodDecl *PrevMethod);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 428 milliseconds