Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp195 m_parser.reset(new ClangExpressionParser(jit_process_sp.get(), *this, in CompileFunction()
198 num_errors = m_parser->Parse(diagnostic_manager); in CompileFunction()
H A DClangModulesDeclVendor.cpp101 std::unique_ptr<clang::Parser> m_parser; member in __anon0553cc510111::ClangModulesDeclVendorImpl
156 m_parser(std::move(parser)), m_origin_map() {} in ClangModulesDeclVendorImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp41 : Expression(exe_scope), m_execution_unit_sp(), m_parser(), in FunctionCaller()
86 Status jit_error(m_parser->PrepareForExecution( in WriteFunctionWrapper()
97 if (m_parser->GetGenerateDebugInfo()) { in WriteFunctionWrapper()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DFunctionCaller.h336 m_parser; ///< The parser responsible for compiling the function. variable