Home
last modified time | relevance | path

Searched refs:setAsRedeclaration (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp735 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) { in setAsRedeclaration() function in ObjCMethodDecl
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h283 void setAsRedeclaration(const ObjCMethodDecl *PrevMethod);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp3539 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()
3563 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()