Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp42 : Expression(exe_scope), m_execution_unit_sp(), m_parser(), in FunctionCaller()
98 Status jit_error(m_parser->PrepareForExecution( in WriteFunctionWrapper()
109 if (m_parser->GetGenerateDebugInfo()) { in WriteFunctionWrapper()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp575 m_parser = std::make_unique<ClangExpressionParser>( in TryParse()
579 unsigned num_errors = m_parser->Parse(diagnostic_manager); in TryParse()
585 if (m_parser->RewriteExpression(diagnostic_manager)) { in TryParse()
606 Status jit_error = m_parser->PrepareForExecution( in TryParse()
H A DClangFunctionCaller.cpp195 m_parser.reset(clang_parser); in CompileFunction()
H A DClangUserExpression.h246 std::unique_ptr<ClangExpressionParser> m_parser; variable
H A DClangModulesDeclVendor.cpp124 std::unique_ptr<clang::Parser> m_parser; member in __anonede2db020111::ClangModulesDeclVendorImpl
243 m_parser(std::move(parser)) { in ClangModulesDeclVendorImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h293 m_parser; ///< The parser responsible for compiling the function. variable