HomeSort by relevance Sort by last modified time
    Searched refs:PrevTok (Results 1 - 25 of 37) sorted by null

1 2

  /external/clang/include/clang/Lex/
TokenConcatenation.h 62 const Token &PrevTok,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
TokenConcatenation.h 62 const Token &PrevTok,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
TokenConcatenation.h 62 const Token &PrevTok,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
TokenConcatenation.h 62 const Token &PrevTok,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
TokenConcatenation.h 62 const Token &PrevTok,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
TokenConcatenation.h 62 const Token &PrevTok,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
TokenConcatenation.h 62 const Token &PrevTok,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
TokenConcatenation.h 62 const Token &PrevTok,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
TokenConcatenation.h 62 const Token &PrevTok,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
TokenConcatenation.h 62 const Token &PrevTok,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
TokenConcatenation.h 62 const Token &PrevTok,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
TokenConcatenation.h 62 const Token &PrevTok,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
TokenConcatenation.h 62 const Token &PrevTok,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
TokenConcatenation.h 62 const Token &PrevTok,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
TokenConcatenation.h 62 const Token &PrevTok,
  /external/clang/lib/Lex/
TokenConcatenation.cpp 146 /// AvoidConcat - If printing PrevTok immediately followed by Tok would cause
158 const Token &PrevTok,
164 SourceLocation PrevSpellLoc = SM.getSpellingLoc(PrevTok.getLocation());
166 if (PrevSpellLoc.getLocWithOffset(PrevTok.getLength()) == SpellLoc)
169 tok::TokenKind PrevKind = PrevTok.getKind();
170 if (!PrevTok.isAnnotation() && PrevTok.getIdentifierInfo())
173 // Look up information on when we should avoid concatenation with prevtok.
176 // If prevtok never causes a problem for anything after it, return quickly.
233 if (!PrevTok.hasUDSuffix()
    [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 157 bool AvoidConcat(const Token &PrevPrevTok, const Token &PrevTok,
159 return ConcatInfo.AvoidConcat(PrevPrevTok, PrevTok, Tok);
635 Token PrevPrevTok, PrevTok;
637 PrevTok.startToken();
648 // If we haven't emitted a token on this line yet, PrevTok isn't
652 Callbacks->AvoidConcat(PrevPrevTok, PrevTok, Tok))) {
696 PrevPrevTok = PrevTok;
697 PrevTok = Tok;
  /external/clang/lib/Rewrite/
HTMLRewrite.cpp 538 Token PrevTok = Tok;
558 ConcatInfo.AvoidConcat(PrevPrevTok, PrevTok, Tok))
565 PrevPrevTok = PrevTok;
566 PrevTok = Tok;
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
ParseOpenMP.cpp     [all...]
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 318 const FormatToken *PrevTok = getPreviousToken();
335 if (Style.Language == FormatStyle::LK_JavaScript && PrevTok &&
336 PrevTok->is(tok::colon))
399 PrevTok = Tok;
    [all...]
  /external/clang/lib/AST/
CommentParser.cpp 375 Token PrevTok = Tok;
378 putBack(PrevTok);
  /external/clang/include/clang/Parse/
Parser.h 680 Token PrevTok;
687 PrevTok = P.Tok;
706 P.Tok = PrevTok;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 703 Token PrevTok;
710 PrevTok = P.Tok;
729 P.Tok = PrevTok;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Parse/
Parser.h 722 Token PrevTok;
729 PrevTok = P.Tok;
748 P.Tok = PrevTok;
    [all...]

Completed in 781 milliseconds

1 2