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

1 2

  /external/clang/lib/Parse/
ParseTemplate.cpp 105 TryConsumeToken(tok::kw_export, ExportLoc);
109 if (!TryConsumeToken(tok::kw_template, TemplateLoc)) {
121 TryConsumeToken(tok::semi);
130 if (TryConsumeToken(tok::kw_requires)) {
136 TryConsumeToken(tok::semi);
335 if (!TryConsumeToken(tok::less, LAngleLoc)) {
354 } else if (!TryConsumeToken(tok::greater, RAngleLoc) && Failed) {
512 if (TryConsumeToken(tok::ellipsis, EllipsisLoc)) {
536 if (TryConsumeToken(tok::ellipsis, EllipsisLoc))
544 if (TryConsumeToken(tok::equal, EqualLoc)
    [all...]
ParseStmt.cpp 384 if (!TryConsumeToken(tok::semi) && !Res.isInvalid()) {
688 TryConsumeToken(tok::colon, ColonLoc);
701 if (TryConsumeToken(tok::ellipsis, DotDotDotLoc)) {
706 TryConsumeToken(tok::colon, ColonLoc);
715 if (TryConsumeToken(tok::colon, ColonLoc)) {
716 } else if (TryConsumeToken(tok::semi, ColonLoc) ||
717 TryConsumeToken(tok::coloncolon, ColonLoc)) {
795 if (TryConsumeToken(tok::colon, ColonLoc)) {
796 } else if (TryConsumeToken(tok::semi, ColonLoc)) {
964 if (!TryConsumeToken(tok::comma)
    [all...]
ParseDecl.cpp 144 if (TryConsumeToken(tok::comma))
317 } while (TryConsumeToken(tok::comma));
471 if (!TryConsumeToken(tok::equal)) {
495 if (TryConsumeToken(tok::comma))
551 if (TryConsumeToken(tok::comma))
    [all...]
ParseDeclCXX.cpp 509 if (TryConsumeToken(tok::kw_typename, TypenameLoc))
    [all...]
ParseTentative.cpp 326 if (!TryConsumeToken(tok::comma))
452 if (!TryConsumeToken(tok::comma))
669 TryConsumeToken(tok::ellipsis);
671 if (!TryConsumeToken(tok::comma))
    [all...]
ParseObjc.cpp 154 if (!TryConsumeToken(tok::comma))
518 if (TryConsumeToken(tok::colon, colonLoc)) {
544 } while (TryConsumeToken(tok::comma));
    [all...]
Parser.cpp 178 if (TryConsumeToken(tok::semi))
    [all...]
ParseCXXInlineMethods.cpp 60 if (TryConsumeToken(tok::equal)) {
69 if (TryConsumeToken(tok::kw_delete, KWLoc)) {
79 } else if (TryConsumeToken(tok::kw_default, KWLoc)) {
    [all...]
ParseStmtAsm.cpp 786 if (!TryConsumeToken(tok::comma))
862 if (!TryConsumeToken(tok::comma))
ParseExpr.cpp 314 if (!TryConsumeToken(tok::colon, ColonLoc)) {
    [all...]
ParseExprCXX.cpp 263 if (!TryConsumeToken(tok::coloncolon, CCLoc)) {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 299 bool TryConsumeToken(tok::TokenKind Expected) {
309 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) {
310 if (!TryConsumeToken(Expected))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 317 bool TryConsumeToken(tok::TokenKind Expected) {
327 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) {
328 if (!TryConsumeToken(Expected))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Parse/
Parser.h 320 bool TryConsumeToken(tok::TokenKind Expected) {
330 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) {
331 if (!TryConsumeToken(Expected))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Parse/
Parser.h 320 bool TryConsumeToken(tok::TokenKind Expected) {
330 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) {
331 if (!TryConsumeToken(Expected))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Parse/
Parser.h 324 bool TryConsumeToken(tok::TokenKind Expected) {
334 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) {
335 if (!TryConsumeToken(Expected))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Parse/
Parser.h 324 bool TryConsumeToken(tok::TokenKind Expected) {
334 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) {
335 if (!TryConsumeToken(Expected))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Parse/
Parser.h 324 bool TryConsumeToken(tok::TokenKind Expected) {
334 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) {
335 if (!TryConsumeToken(Expected))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Parse/
Parser.h 324 bool TryConsumeToken(tok::TokenKind Expected) {
334 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) {
335 if (!TryConsumeToken(Expected))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 317 bool TryConsumeToken(tok::TokenKind Expected) {
327 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) {
328 if (!TryConsumeToken(Expected))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Parse/
Parser.h 320 bool TryConsumeToken(tok::TokenKind Expected) {
330 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) {
331 if (!TryConsumeToken(Expected))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Parse/
Parser.h 320 bool TryConsumeToken(tok::TokenKind Expected) {
330 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) {
331 if (!TryConsumeToken(Expected))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Parse/
Parser.h 324 bool TryConsumeToken(tok::TokenKind Expected) {
334 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) {
335 if (!TryConsumeToken(Expected))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Parse/
Parser.h 324 bool TryConsumeToken(tok::TokenKind Expected) {
334 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) {
335 if (!TryConsumeToken(Expected))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Parse/
Parser.h 324 bool TryConsumeToken(tok::TokenKind Expected) {
334 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) {
335 if (!TryConsumeToken(Expected))
    [all...]

Completed in 1330 milliseconds

1 2