Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp719 Record.push_back(D->hasRedeclaration()); in VisitObjCMethodDecl()
720 if (D->hasRedeclaration()) { in VisitObjCMethodDecl()
H A DASTReaderDecl.cpp1140 if (MD->hasRedeclaration()) in VisitObjCMethodDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp966 if (hasRedeclaration()) in getNextRedeclarationImpl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h273 bool hasRedeclaration() const { return ObjCMethodDeclBits.HasRedeclaration; } in hasRedeclaration() function