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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp60 void ExternalASTSource::CompleteRedeclChain(const Decl *D) {} function in class:ExternalASTSource
H A DASTContext.cpp10770 const Decl *, Decl *, &ExternalASTSource::CompleteRedeclChain>::ValueType
10772 const Decl *, Decl *, &ExternalASTSource::CompleteRedeclChain>::makeValue(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h96 void CompleteRedeclChain(const clang::Decl *D) override {
97 m_Source->CompleteRedeclChain(D);
274 void CompleteRedeclChain(const clang::Decl *D) override {
276 Sources[i]->CompleteRedeclChain(D);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h73 void CompleteRedeclChain(const Decl *D) override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp51 void MultiplexExternalSemaSource::CompleteRedeclChain(const Decl *D) { function in class:MultiplexExternalSemaSource
53 Sources[i]->CompleteRedeclChain(D);
H A DSemaType.cpp8029 Source->CompleteRedeclChain(D);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h91 &ExternalASTSource::CompleteRedeclChain>;
H A DExternalASTSource.h230 virtual void CompleteRedeclChain(const Decl *D);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1860 void CompleteRedeclChain(const Decl *D) override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7064 void ASTReader::CompleteRedeclChain(const Decl *D) {

Completed in 264 milliseconds