Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp670 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCInterface() local
725 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCProtocol() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h268 bool isRedeclaration() const { return ObjCMethodDeclBits.IsRedeclaration; } in isRedeclaration() function
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h2672 bool isRedeclaration() const { return Redeclaration; } in isRedeclaration() function
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h5882 int isRedeclaration; member