Searched refs:m_parser (Results 1 – 4 of 4) sorted by relevance
195 m_parser.reset(new ClangExpressionParser(jit_process_sp.get(), *this, in CompileFunction()198 num_errors = m_parser->Parse(diagnostic_manager); in CompileFunction()
101 std::unique_ptr<clang::Parser> m_parser; member in __anon0553cc510111::ClangModulesDeclVendorImpl156 m_parser(std::move(parser)), m_origin_map() {} in ClangModulesDeclVendorImpl()
41 : 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()
336 m_parser; ///< The parser responsible for compiling the function. variable