Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h98 void CompleteRedeclChain(const clang::Decl *D) override { in CompleteRedeclChain() function
99 m_Source->CompleteRedeclChain(D); in CompleteRedeclChain()
276 void CompleteRedeclChain(const clang::Decl *D) override { in CompleteRedeclChain() function
278 Sources[i]->CompleteRedeclChain(D); in CompleteRedeclChain()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExternalASTSource.cpp47 void ExternalASTSource::CompleteRedeclChain(const Decl *D) {} in CompleteRedeclChain() function in ExternalASTSource
H A DASTContext.cpp13160 const Decl *, Decl *, &ExternalASTSource::CompleteRedeclChain>::ValueType
13162 const Decl *, Decl *, &ExternalASTSource::CompleteRedeclChain>::makeValue(
/openbsd-src/gnu/llvm/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.cpp8827 Source->CompleteRedeclChain(D); in hasAcceptableDefinition()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h72 void CompleteRedeclChain(const Decl *D) override;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DRedeclarable.h91 &ExternalASTSource::CompleteRedeclChain>;
H A DExternalASTSource.h199 virtual void CompleteRedeclChain(const Decl *D);
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1938 void CompleteRedeclChain(const Decl *D) override;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp7283 void ASTReader::CompleteRedeclChain(const Decl *D) { in CompleteRedeclChain() function in ASTReader