Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h419 DeclUpdateMap DeclUpdatesFromGMF; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5613 DeclUpdatesFromGMF.swap(DeclUpdates); in EnteringModulePurview()
6232 if (auto *Iter = DeclUpdatesFromGMF.find(D); in GetDeclRef()
6233 Iter != DeclUpdatesFromGMF.end()) { in GetDeclRef()
6236 DeclUpdatesFromGMF.erase(Iter); in GetDeclRef()