Searched defs:m_compiler (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Expression/
H A DClangExpressionParser.h141 std::unique_ptr<clang::CompilerInstance> m_compiler; ///< The Clang compiler used to parse expressions into IR member in class:lldb_private::ClangExpressionParser
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DLexer.java38 private Compiler m_compiler; field in class:Lexer
84 m_compiler = compiler;
113 m_compiler.m_currentPattern = pat;
122 m_compiler.m_opMap = new OpMapVector(initTokQueueSize,
373 if (0 == m_compiler.getTokenQueueSize())
414 (m_compiler.getTokenQueueSize() - (isAttrName ? 1 : 0)) + TARGETEXTRA;
447 int qsz = m_compiler.getTokenQueueSize();
455 (String) m_compiler.getTokenQueue().elementAt(m_processor.m_queueMark++);
549 targetStrings.addElement(m_compiler.getTokenQueue().elementAt(tokPos));
561 m_compiler
[all...]

Completed in 489 milliseconds