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

/external/clang/include/clang/Lex/
H A DTokenLexer.h162 /// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
167 bool PasteTokens(Token &Tok);
/external/clang/lib/Lex/
H A DTokenLexer.cpp455 // returned by PasteTokens, not the pasted token.
456 if (PasteTokens(Tok))
519 /// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
523 bool TokenLexer::PasteTokens(Token &Tok) { function in class:TokenLexer

Completed in 179 milliseconds