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

/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1770 T *ExistingCanon = Existing->getCanonicalDecl(); local
1772 if (ExistingCanon != DCanon) {
1776 D->RedeclLink = Redeclarable<T>::PreviousDeclLink(ExistingCanon);
1782 static_cast<NamespaceDecl *>(static_cast<void*>(ExistingCanon)));
1788 // Introduce ExistingCanon into the set of pending declaration chains,
1790 if (ExistingCanon->isFromASTFile()) {
1791 GlobalDeclID ExistingCanonID = ExistingCanon->getGlobalID();
1801 SmallVectorImpl<DeclID> &Merged = Reader.MergedDecls[ExistingCanon];
1806 // If ExistingCanon did not come from a module file, introduce the
1810 if (!ExistingCanon
[all...]

Completed in 79 milliseconds