Home
last modified time | relevance | path

Searched defs:isRedeclaration (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp663 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCInterface() local
718 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCProtocol() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h269 bool isRedeclaration() const { return ObjCMethodDeclBits.IsRedeclaration; } in isRedeclaration() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2602 bool isRedeclaration() const { return Redeclaration; } in isRedeclaration() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6366 int isRedeclaration; member