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

  /external/clang/lib/Lex/
TokenLexer.cpp 122 SmallVectorImpl<Token> &ResultToks, bool HasPasteOperator, MacroInfo *Macro,
144 if (ResultToks.empty() || !ResultToks.back().is(tok::comma))
149 PP.Diag(ResultToks.back().getLocation(), diag::ext_paste_comma);
152 ResultToks.pop_back();
154 if (!ResultToks.empty()) {
159 if (ResultToks.back().is(tok::hashhash))
160 ResultToks.pop_back();
163 ResultToks.back().setFlag(Token::CommaAfterElided);
174 SmallVector<Token, 128> ResultToks;
    [all...]
  /external/clang/include/clang/Lex/
TokenLexer.h 195 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
TokenLexer.h 195 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
TokenLexer.h 195 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
TokenLexer.h 195 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
TokenLexer.h 238 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
TokenLexer.h 238 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
TokenLexer.h 238 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
TokenLexer.h 238 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
TokenLexer.h 195 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
TokenLexer.h 195 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
TokenLexer.h 195 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
TokenLexer.h 238 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
TokenLexer.h 238 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
TokenLexer.h 238 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
TokenLexer.h 238 bool MaybeRemoveCommaBeforeVaArgs(SmallVectorImpl<Token> &ResultToks,

Completed in 119 milliseconds