Searched refs:m_parser (Results 1 – 6 of 6) sorted by relevance
40 : Expression(exe_scope), m_execution_unit_sp(), m_parser(), in FunctionCaller()83 Status jit_error(m_parser->PrepareForExecution( in WriteFunctionWrapper()94 if (m_parser->GetGenerateDebugInfo()) { in WriteFunctionWrapper()
580 m_parser = std::make_unique<ClangExpressionParser>( in TryParse()583 unsigned num_errors = m_parser->Parse(diagnostic_manager); in TryParse()589 if (m_parser->RewriteExpression(diagnostic_manager)) { in TryParse()610 Status jit_error = m_parser->PrepareForExecution( in TryParse()708 m_parser->RunStaticInitializers(m_execution_unit_sp, exe_ctx); in Parse()
194 m_parser.reset(clang_parser); in CompileFunction()
234 std::unique_ptr<ClangExpressionParser> m_parser; variable
117 std::unique_ptr<clang::Parser> m_parser; member in __anon1d75a8b60111::ClangModulesDeclVendorImpl189 m_parser(std::move(parser)) { in ClangModulesDeclVendorImpl()
293 m_parser; ///< The parser responsible for compiling the function. variable