Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3266 DIEToDeclMap::iterator cache_pos = m_die_to_decl.find(die.GetDIE()); in GetClangDeclForDIE() local
3267 if (cache_pos != m_die_to_decl.end()) in GetClangDeclForDIE()
3268 return cache_pos->second; in GetClangDeclForDIE()