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

  /external/clang/lib/Parse/
Parser.cpp 123 static bool IsCommonTypo(tok::TokenKind ExpectedTok, const Token &Tok) {
124 switch (ExpectedTok) {
131 bool Parser::ExpectAndConsume(tok::TokenKind ExpectedTok, unsigned DiagID,
133 if (Tok.is(ExpectedTok) || Tok.is(tok::code_completion)) {
139 if (IsCommonTypo(ExpectedTok, Tok)) {
144 SourceRange(Loc), tok::getPunctuatorSpelling(ExpectedTok));
146 DB << ExpectedTok;
148 DB << Msg << ExpectedTok;
161 Spelling = tok::getPunctuatorSpelling(ExpectedTok);
168 DB << ExpectedTok;
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 750 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
758 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 773 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
781 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Parse/
Parser.h 792 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
800 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Parse/
Parser.h 792 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
800 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Parse/
Parser.h 797 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
805 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Parse/
Parser.h 797 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
805 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Parse/
Parser.h 797 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
805 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Parse/
Parser.h 797 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
805 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 773 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
781 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Parse/
Parser.h 792 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
800 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Parse/
Parser.h 792 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
800 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Parse/
Parser.h 797 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
805 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Parse/
Parser.h 797 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
805 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Parse/
Parser.h 797 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
805 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Parse/
Parser.h 797 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
805 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]

Completed in 122 milliseconds