reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTWriter.cpp
 6355   assert(DC->isLookupContext() &&
 6359   if (isa<TranslationUnitDecl>(DC))
 6366   if (isa<NamespaceDecl>(DC) && D->getFriendObjectKind() == Decl::FOK_None &&
 6372   if (D->isFromASTFile() || !isImportedDeclContext(Chain, cast<Decl>(DC)))
 6375   assert(DC == DC->getPrimaryContext() && "added to non-primary context");
 6375   assert(DC == DC->getPrimaryContext() && "added to non-primary context");
 6376   assert(!getDefinitiveDeclContext(DC) && "DeclContext not definitive!");
 6378   if (UpdatedDeclContexts.insert(DC) && !cast<Decl>(DC)->isFromASTFile()) {
 6378   if (UpdatedDeclContexts.insert(DC) && !cast<Decl>(DC)->isFromASTFile()) {
 6382     for (auto *Child : DC->decls())