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

/external/clang/lib/Lex/
H A DTokenLexer.cpp399 // returned by PasteTokens, not the pasted token.
400 if (PasteTokens(Tok))
455 /// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
459 bool TokenLexer::PasteTokens(Token &Tok) { function in class:TokenLexer

Completed in 73 milliseconds