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 150 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
156 ConsumeAndStoreUntil(tok::l_brace, Toks, /*StopAtSemi=*/false);
157 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
211 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/true);
654 /// ConsumeAndStoreUntil - Consume and store the token at the passed token
660 bool Parser::ConsumeAndStoreUntil(tok::TokenKind T1, tok::TokenKind T2,
688 ConsumeAndStoreUntil(tok::r_paren, Toks, /*StopAtSemi=*/false);
694 ConsumeAndStoreUntil(tok::r_square, Toks, /*StopAtSemi=*/false);
700 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
772 ConsumeAndStoreUntil(tok::l_brace, tok::r_brace, Toks
    [all...]
ParseTemplate.cpp     [all...]
ParseObjc.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp 179 ConsumeAndStoreUntil(tok::r_paren, LA->Toks, true, false);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 47 milliseconds