Searched refs:m_compiler (Results 1 – 2 of 2) sorted by relevance
507 m_compiler->createDiagnostics(); in ClangExpressionParser()513 m_compiler->getDiagnostics(), m_compiler->getInvocation().TargetOpts); in ClangExpressionParser()525 assert(m_compiler->hasTarget()); in ClangExpressionParser()662 m_compiler->getTarget().adjust(m_compiler->getDiagnostics(), in ClangExpressionParser()674 m_compiler->createSourceManager(m_compiler->getFileManager()); in ClangExpressionParser()714 m_compiler->createASTContext(); in ClangExpressionParser()725 &m_compiler->getVirtualFileSystem(), m_compiler->getHeaderSearchOpts(), in ClangExpressionParser()726 m_compiler->getPreprocessorOpts(), m_compiler->getCodeGenOpts(), in ClangExpressionParser()1133 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context, in ParseInternal()1175 &m_compiler->getSema()); in ParseInternal()[all …]
173 m_compiler; ///< The Clang compiler used to parse expressions into IR variable