Home
last modified time | relevance | path

Searched refs:CompleteRedeclChain (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h120 void CompleteRedeclChain(const clang::Decl *D) override { in CompleteRedeclChain() function
121 m_Source->CompleteRedeclChain(D); in CompleteRedeclChain()
337 void CompleteRedeclChain(const clang::Decl *D) override { in CompleteRedeclChain() function
339 Sources[i]->CompleteRedeclChain(D); in CompleteRedeclChain()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp49 void ExternalASTSource::CompleteRedeclChain(const Decl *D) {} in CompleteRedeclChain() function in ExternalASTSource
H A DASTContext.cpp14724 const Decl *, Decl *, &ExternalASTSource::CompleteRedeclChain>::ValueType
14726 const Decl *, Decl *, &ExternalASTSource::CompleteRedeclChain>::makeValue(
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp56 void MultiplexExternalSemaSource::CompleteRedeclChain(const Decl *D) { in CompleteRedeclChain() function in MultiplexExternalSemaSource
58 Sources[i]->CompleteRedeclChain(D); in CompleteRedeclChain()
H A DSemaType.cpp9276 Source->CompleteRedeclChain(D); in hasAcceptableDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h72 void CompleteRedeclChain(const Decl *D) override;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h91 &ExternalASTSource::CompleteRedeclChain>;
H A DExternalASTSource.h229 virtual void CompleteRedeclChain(const Decl *D);
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2165 void CompleteRedeclChain(const Decl *D) override;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7899 void ASTReader::CompleteRedeclChain(const Decl *D) { in CompleteRedeclChain() function in ASTReader