Searched defs:PrevMethod (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp584 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp817 const ObjCMethodDecl *&PrevMethod = MethodMap[Method->getSelector()]; local
2542 const ObjCMethodDecl *&PrevMethod = InsMap[Method->getSelector()]; local
2566 const ObjCMethodDecl *&PrevMethod = ClsMap[Method->getSelector()]; local
3207 const ObjCMethodDecl *PrevMethod = 0; local
[all...]

Completed in 190 milliseconds