Searched defs:getLexer (Results 1 - 4 of 4) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DParser.java50 protected Lexer getLexer() { method in class:Parser
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h89 virtual MCAsmLexer &getLexer() = 0;
90 const MCAsmLexer &getLexer() const { function in class:llvm::MCAsmParser
91 return const_cast<MCAsmParser*>(this)->getLexer();
H A DMCAsmParserExtension.h56 MCAsmLexer &getLexer() { return getParser().getLexer(); } function in class:llvm::MCAsmParserExtension
57 const MCAsmLexer &getLexer() const { function in class:llvm::MCAsmParserExtension
58 return const_cast<MCAsmParserExtension *>(this)->getLexer();
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py311 def getLexer(self, *args, **kwargs): member in class:ANTLRTest

Completed in 198 milliseconds