Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h271 void setAsRedeclaration(const ObjCMethodDecl *PrevMethod);
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp878 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) { in setAsRedeclaration() function in ObjCMethodDecl
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp4025 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()
4049 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()