Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclObjC.h271 void setAsRedeclaration(const ObjCMethodDecl *PrevMethod);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclObjC.cpp862 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) { in setAsRedeclaration() function in ObjCMethodDecl
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp4017 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()
4041 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()