Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9809 auto found_ast = m_isolated_asts.find(feature); in GetIsolatedAST() local
9810 if (found_ast != m_isolated_asts.end()) in GetIsolatedAST()
9811 return *found_ast->second; in GetIsolatedAST()