Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp663 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCInterface() local
718 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCProtocol() local
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp657 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCInterface() local
712 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCProtocol() local
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h269 bool isRedeclaration() const { return ObjCMethodDeclBits.IsRedeclaration; } in isRedeclaration() function
/external/clang/include/clang/AST/
DDeclObjC.h282 bool isRedeclaration() const { return IsRedeclaration; } in isRedeclaration() function
/external/clang/include/clang/Sema/
DDeclSpec.h2263 bool isRedeclaration() const { return Redeclaration; } in isRedeclaration() function
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h2599 bool isRedeclaration() const { return Redeclaration; } in isRedeclaration() function
/external/clang/include/clang-c/
DIndex.h5588 int isRedeclaration; member
/external/rust/crates/clang-sys/src/
Dlib.rs1395 pub isRedeclaration: c_int, field
/external/llvm-project/clang/include/clang-c/
DIndex.h6346 int isRedeclaration; member