Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangExternalASTSourceCommon.cpp23 static ASTSourceMap &GetSourceMap(std::unique_lock<std::mutex> &guard) { in GetSourceMap() function
35 ASTSourceMap &source_map = GetSourceMap(guard); in Lookup()
50 GetSourceMap(guard)[this] = this; in ClangExternalASTSourceCommon()
55 GetSourceMap(guard).erase(this); in ~ClangExternalASTSourceCommon()