|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp 49 void MultiplexExternalSemaSource::CompleteRedeclChain(const Decl *D) {
tools/clang/lib/Serialization/ASTReader.cpp 7602 void ASTReader::CompleteRedeclChain(const Decl *D) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h 96 void CompleteRedeclChain(const clang::Decl *D) override {
274 void CompleteRedeclChain(const clang::Decl *D) override {
Declarations
tools/clang/include/clang/AST/ExternalASTSource.h 231 virtual void CompleteRedeclChain(const Decl *D);
References
tools/clang/include/clang/AST/ASTContext.h 3143 clang::LazyGenerationalUpdatePtr<Owner, T, Update>::makeValue(
tools/clang/include/clang/AST/ExternalASTSource.h 467 (LazyVal->ExternalSource->*Update)(O);
497 using Ptr = clang::LazyGenerationalUpdatePtr<Owner, T, Update>;
tools/clang/include/clang/AST/Redeclarable.h 91 &ExternalASTSource::CompleteRedeclChain>;
tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp 51 Sources[i]->CompleteRedeclChain(D);
tools/clang/lib/Sema/SemaType.cpp 7938 Source->CompleteRedeclChain(D);
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h 97 m_Source->CompleteRedeclChain(D);
276 Sources[i]->CompleteRedeclChain(D);