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

References

tools/clang/lib/Serialization/ASTWriter.cpp
 4289   StoredDeclsMap *Map = DC->getLookupPtr();
 4295   GenerateNameLookupTable(DC, LookupTable);
 4299   if (isa<NamespaceDecl>(DC))
 4300     DC = cast<DeclContext>(Chain->getKeyDeclaration(cast<Decl>(DC)));
 4300     DC = cast<DeclContext>(Chain->getKeyDeclaration(cast<Decl>(DC)));
 4303   RecordData::value_type Record[] = {UPDATE_VISIBLE, getDeclID(cast<Decl>(DC))};