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

/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp306 /// LexQuote: String: "..."
307 AsmToken AsmLexer::LexQuote() { function in class:AsmLexer
441 case '"': return LexQuote();
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp215 case '"': return LexQuote();
371 /// LexQuote - Lex all tokens that start with a " character:
374 lltok::Kind LLLexer::LexQuote() { function in class:LLLexer

Completed in 68 milliseconds