Home
last modified time | relevance | path

Searched refs:DeclUpdateMap (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h377 using DeclUpdateMap = llvm::MapVector<const Decl *, UpdateRecord>; variable
381 DeclUpdateMap DeclUpdates;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5157 DeclUpdateMap LocalUpdates; in WriteDeclUpdatesBlocks()