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

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangASTSource.h430 ClangASTSource &m_ast_source; ///< The AST source making the request member in struct:lldb_private::NameSearchContext
465 m_ast_source(astSource),
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp1813 QualType generic_function_type(m_ast_source.m_ast_context->getFunctionType (m_ast_source.m_ast_context->UnknownAnyTy, // result
1817 return AddFunDecl(ClangASTType (m_ast_source.m_ast_context, generic_function_type));

Completed in 64 milliseconds