Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp788 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) { in setAsRedeclaration() function in ObjCMethodDecl
/external/clang/include/clang/AST/
DDeclObjC.h283 void setAsRedeclaration(const ObjCMethodDecl *PrevMethod);
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp861 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) { in setAsRedeclaration() function in ObjCMethodDecl
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h271 void setAsRedeclaration(const ObjCMethodDecl *PrevMethod);
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3735 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()
3759 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp4017 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()
4041 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()