Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.cpp31 return UpdateFor(m_ht_32); in Update()
33 return UpdateFor(m_ht_64); in Update()
41 bool CFBasicHash::UpdateFor(std::unique_ptr<__CFBasicHash<T>> &m_ht) { in UpdateFor() function in CFBasicHash
H A DCFBasicHash.h59 template <typename T> bool UpdateFor(std::unique_ptr<__CFBasicHash<T>> &m_ht);
/llvm-project/clang/unittests/Tooling/
H A DTestVisitor.h173 It->UpdateFor(Name, FullLocation, getASTContext()->getSourceManager()); in Match()
219 void UpdateFor(StringRef Name, FullSourceLoc Location, SourceManager &SM) { in ExpectedMatch()
222 void UpdateFor(StringRef Name, FullSourceLoc Location, SourceManager &SM) { UpdateFor() function