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.h104 void CompleteRedeclChain(const clang::Decl *D) override { in CompleteRedeclChain() function
105 m_Source->CompleteRedeclChain(D); in CompleteRedeclChain()
282 void CompleteRedeclChain(const clang::Decl *D) override { in CompleteRedeclChain() function
284 Sources[i]->CompleteRedeclChain(D); in CompleteRedeclChain()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp47 void ExternalASTSource::CompleteRedeclChain(const Decl *D) {} in CompleteRedeclChain() function in ExternalASTSource
H A DASTContext.cpp13888 const Decl *, Decl *, &ExternalASTSource::CompleteRedeclChain>::ValueType
13890 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.cpp8991 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.h201 virtual void CompleteRedeclChain(const Decl *D);
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1977 void CompleteRedeclChain(const Decl *D) override;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7551 void ASTReader::CompleteRedeclChain(const Decl *D) { in CompleteRedeclChain() function in ASTReader