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 154 /// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
159 bool PasteTokens(Token &Tok);
  /external/clang/lib/Lex/
TokenLexer.cpp 454 // returned by PasteTokens, not the pasted token.
455 if (PasteTokens(Tok))
510 /// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
514 bool TokenLexer::PasteTokens(Token &Tok) {
    [all...]

Completed in 48 milliseconds