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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h57 MCAsmLexer &getLexer() { return getParser().getLexer(); } function in class:llvm::MCAsmParserExtension
58 const MCAsmLexer &getLexer() const { function in class:llvm::MCAsmParserExtension
H A DMCAsmParser.h147 const MCAsmLexer &getLexer() const { function in class:llvm::MCAsmParser
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp67 MCAsmLexer &getLexer() const { return Parser.getLexer(); } function in class:__anon2289::MSP430AsmParser
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp99 MCAsmLexer &getLexer() const { return Parser.getLexer(); } function in class:__anon2194::AVRAsmParser
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp109 MCAsmLexer &getLexer() const { return Parser.getLexer(); } function in class:__anon2215::HexagonAsmParser
[all...]

Completed in 139 milliseconds