Home
last modified time | relevance | path

Searched refs:PasteTokens (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DTokenLexer.h167 bool PasteTokens(Token &Tok);
/external/clang/lib/Lex/
DTokenLexer.cpp441 if (PasteTokens(Tok)) in Lex()
508 bool TokenLexer::PasteTokens(Token &Tok) { in PasteTokens() function in TokenLexer