Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1355 m_isolated_asts; variable
H A DTypeSystemClang.cpp9725 for (const auto &a : m_isolated_asts) in Dump()
9788 for (const auto &a : m_isolated_asts) in ForgetSource()
9809 auto found_ast = m_isolated_asts.find(feature); in GetIsolatedAST()
9810 if (found_ast != m_isolated_asts.end()) in GetIsolatedAST()
9817 m_isolated_asts.insert({feature, new_ast_sp}); in GetIsolatedAST()