Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp59 void ExternalASTSource::CompleteRedeclChain(const Decl *D) {} in CompleteRedeclChain() function in ExternalASTSource
H A DASTContext.cpp10393 const Decl *, Decl *, &ExternalASTSource::CompleteRedeclChain>::ValueType
10395 const Decl *, Decl *, &ExternalASTSource::CompleteRedeclChain>::makeValue(
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp50 void MultiplexExternalSemaSource::CompleteRedeclChain(const Decl *D) { in CompleteRedeclChain() function in MultiplexExternalSemaSource
52 Sources[i]->CompleteRedeclChain(D); in CompleteRedeclChain()
H A DSemaType.cpp7713 Source->CompleteRedeclChain(D); in hasVisibleDefinition()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h72 void CompleteRedeclChain(const Decl *D) override;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRedeclarable.h92 &ExternalASTSource::CompleteRedeclChain>;
H A DExternalASTSource.h232 virtual void CompleteRedeclChain(const Decl *D);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1889 void CompleteRedeclChain(const Decl *D) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7111 void ASTReader::CompleteRedeclChain(const Decl *D) { in CompleteRedeclChain() function in ASTReader