Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp840 setIsRedeclaration(false); in ObjCMethodDecl()
916 setIsRedeclaration(true); in setAsRedeclaration()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h267 void setIsRedeclaration(bool RD) { ObjCMethodDeclBits.IsRedeclaration = RD; } in setIsRedeclaration() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp1171 MD->setIsRedeclaration(Record.readInt()); in VisitObjCMethodDecl()