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

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 158 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
164 ConsumeAndStoreUntil(tok::l_brace, Toks, /*StopAtSemi=*/false);
165 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
205 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/true);
208 ConsumeAndStoreUntil(tok::comma, Toks, /*StopAtSemi=*/true,
586 /// ConsumeAndStoreUntil - Consume and store the token at the passed token
592 bool Parser::ConsumeAndStoreUntil(tok::TokenKind T1, tok::TokenKind T2,
617 ConsumeAndStoreUntil(tok::r_paren, Toks, /*StopAtSemi=*/false);
623 ConsumeAndStoreUntil(tok::r_square, Toks, /*StopAtSemi=*/false);
629 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false)
    [all...]
ParseTemplate.cpp     [all...]
ParseDecl.cpp 148 ConsumeAndStoreUntil(tok::r_paren, LA->Toks, true, false);
    [all...]
ParseDeclCXX.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParseObjc.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 33 milliseconds