Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExternalASTSource.cpp39 void ExternalASTSource::CompleteRedeclChain(const Decl *D) {} in CompleteRedeclChain() function in ExternalASTSource
HDASTContext.cpp8747 const Decl *, Decl *, &ExternalASTSource::CompleteRedeclChain>::ValueType
8749 const Decl *, Decl *, &ExternalASTSource::CompleteRedeclChain>::makeValue(
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDMultiplexExternalSemaSource.cpp52 void MultiplexExternalSemaSource::CompleteRedeclChain(const Decl *D) { in CompleteRedeclChain() function in MultiplexExternalSemaSource
54 Sources[i]->CompleteRedeclChain(D); in CompleteRedeclChain()
HDSemaType.cpp6420 Source->CompleteRedeclChain(D); in hasVisibleDefinition()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDMultiplexExternalSemaSource.h72 void CompleteRedeclChain(const Decl *D) override;
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDRedeclarable.h32 &ExternalASTSource::CompleteRedeclChain>
HDExternalASTSource.h213 virtual void CompleteRedeclChain(const Decl *D);
/NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTReader.h1668 void CompleteRedeclChain(const Decl *D) override;
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5872 void ASTReader::CompleteRedeclChain(const Decl *D) { in CompleteRedeclChain() function in ASTReader