HomeSort by relevance Sort by last modified time
    Searched refs:PasteTokens (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
TokenLexer.h 153 /// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
158 bool PasteTokens(Token &Tok);
  /external/clang/lib/Lex/
TokenLexer.cpp 392 // returned by PasteTokens, not the pasted token.
393 if (PasteTokens(Tok))
448 /// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
452 bool TokenLexer::PasteTokens(Token &Tok) {

Completed in 40 milliseconds