Searched refs:m_compiler (Results 1 – 2 of 2) sorted by relevance
362 : ExpressionParser(exe_scope, expr, generate_debug_info), m_compiler(), in ClangExpressionParser()390 m_compiler = std::make_unique<CompilerInstance>(); in ClangExpressionParser()393 m_compiler->createFileManager(FileSystem::Instance().GetVirtualFileSystem()); in ClangExpressionParser()424 m_compiler->getTargetOpts().Triple = triple; in ClangExpressionParser()426 m_compiler->getTargetOpts().Triple.c_str()); in ClangExpressionParser()434 m_compiler->getTargetOpts().Triple = llvm::sys::getDefaultTargetTriple(); in ClangExpressionParser()436 m_compiler->getTargetOpts().Triple.c_str()); in ClangExpressionParser()440 if (m_compiler->getTargetOpts().Triple.find("arm64") == std::string::npos && in ClangExpressionParser()441 m_compiler->getTargetOpts().Triple.find("arm") != std::string::npos && in ClangExpressionParser()442 m_compiler->getTargetOpts().Triple.find("ios") != std::string::npos) { in ClangExpressionParser()[all …]
160 m_compiler; ///< The Clang compiler used to parse expressions into IR variable