Home
last modified time | relevance | path

Searched refs:DeclUpdate (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h382 class DeclUpdate {
394 DeclUpdate(serialization::DeclUpdateKind Kind) : Kind(Kind), Dcl(nullptr) {} in DeclUpdate() function
395 DeclUpdate(serialization::DeclUpdateKind Kind, const Decl *Dcl) in DeclUpdate() function
397 DeclUpdate(serialization::DeclUpdateKind Kind, QualType Type) in DeclUpdate() function
399 DeclUpdate(serialization::DeclUpdateKind Kind, SourceLocation Loc) in DeclUpdate() function
401 DeclUpdate(serialization::DeclUpdateKind Kind, unsigned Val) in DeclUpdate() function
403 DeclUpdate(serialization::DeclUpdateKind Kind, Module *M) in DeclUpdate() function
405 DeclUpdate(serialization::DeclUpdateKind Kind, const Attr *Attribute) in DeclUpdate() function
421 using UpdateRecord = SmallVector<DeclUpdate, 1>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6203 DeclUpdates[D].push_back(DeclUpdate(DeclUpdateKind::ManglingNumber, Number)); in AddedManglingNumber()
6210 DeclUpdate(DeclUpdateKind::StaticLocalNumber, Number)); in AddedStaticLocalNumbers()
6222 DeclUpdate(DeclUpdateKind::CXXAddedAnonymousNamespace, NS)); in AddedAnonymousNamespace()
6411 for (auto &DeclUpdate : LocalUpdates) { in WriteDeclUpdatesBlocks() local
6412 const Decl *D = DeclUpdate.first; in WriteDeclUpdatesBlocks()
6418 for (auto &Update : DeclUpdate.second) { in WriteDeclUpdatesBlocks()
6889 for (DeclUpdate &Update : Iter->second) in GetDeclRef()
7453 DeclUpdate(DeclUpdateKind::CXXInstantiatedClassDefinition)); in CompletedTagDefinition()
7517 DeclUpdate(DeclUpdateKind::CXXAddedImplicitMember, D)); in AddedCXXImplicitMember()
7541 DeclUpdate(DeclUpdateKind::CXXDeducedReturnType, ReturnType)); in DeducedReturnType()
[all …]
H A DASTWriterDecl.cpp1566 ASTWriter::DeclUpdate(DeclUpdateKind::CXXAddedAnonymousNamespace, D)); in VisitNamespaceDecl()