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

  /external/clang/lib/Parse/
ParseOpenMP.cpp 73 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
96 SkipUntil(tok::annot_pragma_openmp_end);
135 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
141 SkipUntil(tok::annot_pragma_openmp_end);
210 SkipUntil(tok::annot_pragma_openmp_end);
215 SkipUntil(tok::annot_pragma_openmp_end);
251 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end,
256 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end,
261 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end,
379 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch)
    [all...]
ParseExpr.cpp     [all...]
ParseInit.cpp 229 SkipUntil(tok::r_square, StopAtSemi);
270 SkipUntil(tok::r_square, StopAtSemi);
297 SkipUntil(tok::r_square, StopAtSemi);
325 SkipUntil(tok::r_square, StopAtSemi);
442 SkipUntil(tok::r_brace, StopBeforeMatch);
ParseObjc.cpp 85 SkipUntil(tok::semi);
89 SkipUntil(tok::semi);
111 SkipUntil(tok::semi);
407 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch);
465 SkipUntil(tok::semi);
480 SkipUntil(tok::r_brace, tok::at, StopAtSemi);
615 SkipUntil(tok::r_paren, StopAtSemi);
634 SkipUntil(tok::r_paren, StopAtSemi);
644 SkipUntil(tok::r_paren, StopAtSemi);
653 SkipUntil(tok::r_paren, StopAtSemi)
    [all...]
ParseStmt.cpp 193 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
372 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
389 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
648 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) {
666 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) {
    [all...]
ParseTentative.cpp 162 if (!SkipUntil(tok::r_paren))
186 if (!SkipUntil(tok::r_square))
193 if (!SkipUntil(tok::r_paren))
297 if (!SkipUntil(tok::r_paren, StopAtSemi))
519 bool IsAttribute = SkipUntil(tok::r_square);
591 if (!SkipUntil(tok::r_paren)) {
    [all...]
ParseDeclCXX.cpp 99 SkipUntil(tok::semi);
134 SkipUntil(tok::r_brace);
140 SkipUntil(tok::r_brace, StopBeforeMatch);
259 SkipUntil(tok::semi);
270 SkipUntil(tok::semi);
438 SkipUntil(tok::semi);
459 SkipUntil(tok::semi);
505 SkipUntil(tok::semi);
534 SkipUntil(tok::semi);
581 SkipUntil(tok::semi)
    [all...]
ParseTemplate.cpp 119 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
214 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
274 SkipUntil(tok::semi);
344 SkipUntil(tok::comma, tok::greater, tok::greatergreater,
359 SkipUntil(tok::comma, tok::greater, tok::greatergreater,
619 SkipUntil(tok::comma, tok::greater, tok::greatergreater,
673 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch);
    [all...]
Parser.cpp 224 /// SkipUntil - Read tokens until we get to the specified token, then consume
230 /// If SkipUntil finds the specified token, it returns true, otherwise it
232 bool Parser::SkipUntil(ArrayRef<tok::TokenKind> Toks, SkipUntilFlags Flags) {
284 SkipUntil(tok::r_paren, StopAtCodeCompletion);
286 SkipUntil(tok::r_paren);
292 SkipUntil(tok::r_square, StopAtCodeCompletion);
294 SkipUntil(tok::r_square);
300 SkipUntil(tok::r_brace, StopAtCodeCompletion);
302 SkipUntil(tok::r_brace);
859 SkipUntil(tok::semi); // FIXME: better skip
    [all...]
ParseDecl.cpp 132 SkipUntil(tok::r_paren, StopAtSemi); // skip until ) or ;
136 SkipUntil(tok::r_paren, StopAtSemi); // skip until ) or ;
185 SkipUntil(tok::r_paren, StopAtSemi);
188 SkipUntil(tok::r_paren, StopAtSemi);
304 SkipUntil(tok::r_paren, StopAtSemi);
393 SkipUntil(tok::r_paren);
645 SkipUntil(tok::comma, tok::r_paren,
674 SkipUntil(tok::comma, tok::r_paren,
693 SkipUntil(tok::comma, tok::r_paren,
721 SkipUntil(tok::comma, tok::r_paren
    [all...]
ParseStmtAsm.cpp 608 SkipUntil(tok::r_paren, StopAtSemi);
722 SkipUntil(tok::r_paren, StopAtSemi);
736 SkipUntil(tok::r_paren, StopAtSemi);
743 SkipUntil(tok::r_paren, StopAtSemi);
753 SkipUntil(tok::r_paren, StopAtSemi);
ParseExprCXX.cpp 674 SkipUntil(tok::r_square, StopAtSemi);
675 SkipUntil(tok::l_brace, StopAtSemi);
676 SkipUntil(tok::r_brace, StopAtSemi);
    [all...]
ParseCXXInlineMethods.cpp 68 SkipUntil(tok::semi);
92 SkipUntil(tok::semi);
95 SkipUntil(tok::semi);
560 /// NOTE: This is a specialized version of Parser::SkipUntil.
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 829 /// \brief Control flags for SkipUntil functions.
843 /// SkipUntil - Read tokens until we get to the specified token, then consume
849 /// If SkipUntil finds the specified token, it returns true, otherwise it
851 bool SkipUntil(tok::TokenKind T,
853 return SkipUntil(llvm::makeArrayRef(T), Flags);
855 bool SkipUntil(tok::TokenKind T1, tok::TokenKind T2,
858 return SkipUntil(TokArray, Flags);
860 bool SkipUntil(tok::TokenKind T1, tok::TokenKind T2, tok::TokenKind T3,
863 return SkipUntil(TokArray, Flags);
865 bool SkipUntil(ArrayRef<tok::TokenKind> Toks
    [all...]
  /external/chromium_org/testing/gtest/scripts/
pump.py 270 def SkipUntil(lines, pos, regex, token_type):
290 pos = SkipUntil(lines, pos, r'\(|\)', ')')
355 dots_pos = SkipUntil(lines, pos, DOT_DOT_REGEX, '..')

Completed in 406 milliseconds