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

  /external/clang/lib/Lex/
TokenLexer.cpp 125 SmallVectorImpl<Token> &ResultToks, bool HasPasteOperator, MacroInfo *Macro,
147 if (ResultToks.empty() || !ResultToks.back().is(tok::comma))
152 PP.Diag(ResultToks.back().getLocation(), diag::ext_paste_comma);
155 ResultToks.pop_back();
161 if (!ResultToks.empty() && ResultToks.back().is(tok::hashhash))
162 ResultToks.pop_back();
173 SmallVector<Token, 128> ResultToks;
175 // Loop through 'Tokens', expanding them into ResultToks. Kee
    [all...]
  /external/clang/include/clang/Lex/
TokenLexer.h 195 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,

Completed in 46 milliseconds