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

  /external/clang/include/clang/Lex/
TokenLexer.h 162 /// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
167 bool PasteTokens(Token &Tok);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
TokenLexer.h 162 /// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
167 bool PasteTokens(Token &Tok);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
TokenLexer.h 162 /// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
167 bool PasteTokens(Token &Tok);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
TokenLexer.h 162 /// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
167 bool PasteTokens(Token &Tok);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
TokenLexer.h 162 /// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
167 bool PasteTokens(Token &Tok);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
TokenLexer.h 162 /// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
167 bool PasteTokens(Token &Tok);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
TokenLexer.h 162 /// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
167 bool PasteTokens(Token &Tok);
  /external/clang/lib/Lex/
TokenLexer.cpp 455 // 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) {
    [all...]

Completed in 195 milliseconds