Searched refs:SkipUntil (Results 1 - 15 of 15) sorted by relevance

/external/clang/lib/Parse/
H A DParseOpenMP.cpp73 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(to
[all...]
H A DParseExpr.cpp1289 SkipUntil(tok::greatergreatergreater, StopAtSemi);
1294 SkipUntil(tok::greatergreatergreater, StopAtSemi);
1340 SkipUntil(tok::r_paren, StopAtSemi);
1595 SkipUntil(tok::r_paren, StopAtSemi);
1702 SkipUntil(tok::r_paren, StopAtSemi);
1723 SkipUntil(tok::r_paren, StopAtSemi);
1728 SkipUntil(tok::r_paren, StopAtSemi);
1735 SkipUntil(tok::r_paren, StopAtSemi);
1757 SkipUntil(tok::r_paren, StopAtSemi);
1775 SkipUntil(to
[all...]
H A DParseInit.cpp229 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);
H A DParseObjc.cpp85 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(to
[all...]
H A DParseStmt.cpp193 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)) {
973 SkipUntil(tok::semi);
1035 SkipUntil(tok::semi);
1071 SkipUntil(tok::semi);
1195 SkipUntil(tok::semi);
1234 SkipUntil(to
[all...]
H A DParseTentative.cpp162 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)) {
1518 if (!SkipUntil(tok::r_paren, StopAtSemi))
1712 if (!SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch))
1755 if (!SkipUntil(tok::r_paren, StopAtSemi))
1776 if (!SkipUntil(to
[all...]
H A DParseDeclCXX.cpp99 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(to
[all...]
H A DParseTemplate.cpp119 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);
863 SkipUntil(tok::greater, StopAtSemi);
865 SkipUntil(tok::greater, StopAtSemi | StopBeforeMatch);
1223 SkipUntil(to
[all...]
H A DParser.cpp224 /// 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) { function in class:Parser
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(to
[all...]
H A DParseDecl.cpp132 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(to
[all...]
H A DParseStmtAsm.cpp608 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);
H A DParseExprCXX.cpp674 SkipUntil(tok::r_square, StopAtSemi);
675 SkipUntil(tok::l_brace, StopAtSemi);
676 SkipUntil(tok::r_brace, StopAtSemi);
1314 SkipUntil(tok::r_paren, StopAtSemi);
1364 SkipUntil(tok::r_paren, StopAtSemi);
1550 SkipUntil(tok::r_paren, StopAtSemi);
1636 SkipUntil(tok::semi, StopAtSemi);
1668 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch))
2532 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch);
2539 SkipUntil(to
[all...]
H A DParseCXXInlineMethods.cpp68 SkipUntil(tok::semi);
92 SkipUntil(tok::semi);
95 SkipUntil(tok::semi);
560 /// NOTE: This is a specialized version of Parser::SkipUntil.
873 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch);
/external/clang/include/clang/Parse/
H A DParser.h829 /// \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, function in class:clang::Parser
853 return SkipUntil(llvm::makeArrayRef(T), Flags);
855 bool SkipUntil(tok::TokenKind T1, tok::TokenKind T2, function in class:clang::Parser
858 return SkipUntil(TokArray, Flags);
860 bool SkipUntil(tok::TokenKind T1, tok::TokenKind T2, tok::TokenKind T3, function in class:clang::Parser
863 return SkipUntil(TokArray, Flags);
865 bool SkipUntil(ArrayRe
[all...]
/external/chromium_org/testing/gtest/scripts/
H A Dpump.py270 def SkipUntil(lines, pos, regex, token_type): function
290 pos = SkipUntil(lines, pos, r'\(|\)', ')')
355 dots_pos = SkipUntil(lines, pos, DOT_DOT_REGEX, '..')

Completed in 2310 milliseconds