Home
last modified time | relevance | path

Searched refs:hasRedeclaration (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp701 Record.push_back(D->hasRedeclaration()); in VisitObjCMethodDecl()
702 if (D->hasRedeclaration()) { in VisitObjCMethodDecl()
DASTReaderDecl.cpp1054 if (MD->hasRedeclaration()) in VisitObjCMethodDecl()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp914 if (hasRedeclaration()) in getNextRedeclarationImpl()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h274 bool hasRedeclaration() const { return ObjCMethodDeclBits.HasRedeclaration; } in hasRedeclaration() function