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

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 157 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
163 ConsumeAndStoreUntil(tok::l_brace, Toks, /*StopAtSemi=*/false);
164 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
218 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/true);
663 /// ConsumeAndStoreUntil - Consume and store the token at the passed token
669 bool Parser::ConsumeAndStoreUntil(tok::TokenKind T1, tok::TokenKind T2,
697 ConsumeAndStoreUntil(tok::r_paren, Toks, /*StopAtSemi=*/false);
703 ConsumeAndStoreUntil(tok::r_square, Toks, /*StopAtSemi=*/false);
709 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
781 ConsumeAndStoreUntil(tok::l_brace, tok::r_brace, Toks
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 99 milliseconds