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 148 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
154 ConsumeAndStoreUntil(tok::l_brace, Toks, /*StopAtSemi=*/false);
155 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
209 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/true);
555 /// ConsumeAndStoreUntil - Consume and store the token at the passed token
561 bool Parser::ConsumeAndStoreUntil(tok::TokenKind T1, tok::TokenKind T2,
589 ConsumeAndStoreUntil(tok::r_paren, Toks, /*StopAtSemi=*/false);
595 ConsumeAndStoreUntil(tok::r_square, Toks, /*StopAtSemi=*/false);
601 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
673 ConsumeAndStoreUntil(tok::l_brace, tok::r_brace, Toks
    [all...]
ParseTemplate.cpp     [all...]
ParseObjc.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParseDecl.cpp 176 ConsumeAndStoreUntil(tok::r_paren, LA->Toks, true, false);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 61 milliseconds