Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Expression/
DClangASTSource.h430 … ClangASTSource &m_ast_source; ///< The AST source making the request member
465 m_ast_source(astSource), in NameSearchContext()
/external/lldb/source/Expression/
DClangASTSource.cpp1813 …QualType generic_function_type(m_ast_source.m_ast_context->getFunctionType (m_ast_source.m_ast_con… in AddGenericFunDecl()
1817 return AddFunDecl(ClangASTType (m_ast_source.m_ast_context, generic_function_type)); in AddGenericFunDecl()