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

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 163 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
169 ConsumeAndStoreUntil(tok::l_brace, Toks, /*StopAtSemi=*/false);
170 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
223 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/true);
226 ConsumeAndStoreUntil(tok::comma, Toks, /*StopAtSemi=*/true,
537 /// ConsumeAndStoreUntil - Consume and store the token at the passed token
543 bool Parser::ConsumeAndStoreUntil(tok::TokenKind T1, tok::TokenKind T2,
568 ConsumeAndStoreUntil(tok::r_paren, Toks, /*StopAtSemi=*/false);
574 ConsumeAndStoreUntil(tok::r_square, Toks, /*StopAtSemi=*/false);
580 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false)
    [all...]
ParseTemplate.cpp     [all...]
ParseObjc.cpp     [all...]
ParseDecl.cpp 155 ConsumeAndStoreUntil(tok::r_paren, LA->Toks, true, false);
    [all...]
ParseExprCXX.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 267 milliseconds