Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp841 setHasRedeclaration(false); in ObjCMethodDecl()
917 PrevMethod->setHasRedeclaration(true); in setAsRedeclaration()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h272 void setHasRedeclaration(bool HRD) const { in setHasRedeclaration() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp1172 MD->setHasRedeclaration(Record.readInt()); in VisitObjCMethodDecl()