Home
last modified time | relevance | path

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

/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp666 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCInterface() local
721 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCProtocol() local
[all...]
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h266 bool isRedeclaration() const { return ObjCMethodDeclBits.IsRedeclaration; } in isRedeclaration() function
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2765 bool isRedeclaration() const { return Redeclaration; } isRedeclaration() function
/llvm-project/clang/include/clang-c/
H A DIndex.h6109 int isRedeclaration; global() member