Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/ObjC/
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
DCFBasicHash.h59 template <typename T> bool UpdateFor(std::unique_ptr<__CFBasicHash<T>> &m_ht);
/external/clang/unittests/Tooling/
DTestVisitor.h162 It->UpdateFor(Name, FullLocation, this->Context->getSourceManager()); in Match()
206 void UpdateFor(StringRef Name, FullSourceLoc Location, SourceManager &SM) { in UpdateFor() function
/external/llvm-project/clang/unittests/Tooling/
DTestVisitor.h176 It->UpdateFor(Name, FullLocation, this->Context->getSourceManager()); in Match()
222 void UpdateFor(StringRef Name, FullSourceLoc Location, SourceManager &SM) { in UpdateFor() function