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

References

tools/clang/lib/Serialization/ASTWriter.cpp
 5266       DeclUpdateKind Kind = (DeclUpdateKind)Update.getKind();
 5279         assert(Update.getDecl() && "no decl to add?");
 5280         Record.push_back(GetDeclRef(Update.getDecl()));
 5288         Record.AddSourceLocation(Update.getLoc());
 5307             cast<ParmVarDecl>(Update.getDecl())->getDefaultArg()));
 5312             cast<FieldDecl>(Update.getDecl())->getInClassInitializer());
 5363         Record.AddDeclRef(Update.getDecl());
 5374         Record.push_back(GetOrCreateTypeID(Update.getType()));
 5382         Record.push_back(Update.getNumber());
 5405         Record.push_back(getSubmoduleID(Update.getModule()));
 5409         Record.AddAttributes(llvm::makeArrayRef(Update.getAttr()));