reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Parse/Parser.h
  467     if (!TryConsumeToken(Expected))
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
   57   if (TryConsumeToken(tok::equal)) {
tools/clang/lib/Parse/ParseDecl.cpp
  169       while (TryConsumeToken(tok::comma))
  405     } while (TryConsumeToken(tok::comma));
  602       if (!TryConsumeToken(tok::equal)) {
  626       if (TryConsumeToken(tok::comma))
  681       if (TryConsumeToken(tok::comma))
 1173   } while (TryConsumeToken(tok::comma));
 1312   } while (TryConsumeToken(tok::comma));
 1369     if (!TryConsumeToken(tok::colon)) {
 1375   if (!TryConsumeToken(tok::comma)) {
 1593   while (TryConsumeToken(tok::comma)) {
 1934       TryConsumeToken(tok::semi);
 2187       TryConsumeToken(tok::semi);
 4092     if (TryConsumeToken(tok::colon)) {
 4220     if (TryConsumeToken(tok::semi))
 4232     TryConsumeToken(tok::semi);
 4661           TryConsumeToken(tok::comma))
 6530   } while (TryConsumeToken(tok::comma));
 6726   } while (TryConsumeToken(tok::comma));
tools/clang/lib/Parse/ParseDeclCXX.cpp
  754     if (!TryConsumeToken(tok::comma))
 2055     if (!TryConsumeToken(tok::comma))
 2082   if (TryConsumeToken(tok::kw_virtual))
 2311   if (!DeclaratorInfo.isFunctionDeclarator() && TryConsumeToken(tok::colon)) {
 2625   if (TryConsumeToken(tok::semi)) {
 2677     TryConsumeToken(tok::semi);
 2725         TryConsumeToken(tok::semi);
 2929     TryConsumeToken(tok::semi);
 3771     if (!TryConsumeToken(tok::comma))
 4072     if (!TryConsumeToken(tok::colon) && CommonScopeName)
 4080     if (TryConsumeToken(tok::comma))
 4092     if (TryConsumeToken(tok::coloncolon)) {
 4134     if (TryConsumeToken(tok::ellipsis))
tools/clang/lib/Parse/ParseExpr.cpp
 2406     if (!TryConsumeToken(tok::kw___bridge)) {
 2812   } while (TryConsumeToken(tok::comma));
 3217     if (!TryConsumeToken(tok::comma))
tools/clang/lib/Parse/ParseExprCXX.cpp
  985         if (TryConsumeToken(tok::equal))
 3310   } while (TryConsumeToken(tok::comma));
tools/clang/lib/Parse/ParseObjc.cpp
  151     if (!TryConsumeToken(tok::comma))
  518   } while (TryConsumeToken(tok::comma));
 1545     if (!TryConsumeToken(tok::comma))
 1641   } while (TryConsumeToken(tok::comma));
 1737   } while (TryConsumeToken(tok::comma));
 1922     if (TryConsumeToken(tok::at)) { // parse objc-visibility-spec
 2034   if (TryConsumeToken(tok::semi)) { // forward declaration of one protocol.
 2180     if (TryConsumeToken(tok::colon)) {
 2328     if (TryConsumeToken(tok::equal)) {
 3498     if (!TryConsumeToken(tok::comma) && Tok.isNot(tok::r_brace))
 3595       if (TryConsumeToken(tok::coloncolon)) { // Handle :: in C++.
tools/clang/lib/Parse/ParseOpenMP.cpp
  878       if (!P.TryConsumeToken(tok::comma) && Tok.isNot(tok::r_paren)) {
  970         if (!TryConsumeToken(tok::comma) && Tok.isNot(tok::r_brace))
tools/clang/lib/Parse/ParsePragma.cpp
 1307   } while (IsAny && TryConsumeToken(tok::comma));
 1513   if (!TryConsumeToken(tok::comma)) {
 1539   if (!TryConsumeToken(tok::equal)) {
tools/clang/lib/Parse/ParseStmt.cpp
  413   if (!TryConsumeToken(tok::semi) && !Res.isInvalid()) {
 1049       if (!TryConsumeToken(tok::comma))
tools/clang/lib/Parse/ParseStmtAsm.cpp
  816         if (!TryConsumeToken(tok::comma))
  851       if (!TryConsumeToken(tok::comma))
  930     if (!TryConsumeToken(tok::comma))
tools/clang/lib/Parse/ParseTemplate.cpp
  122       TryConsumeToken(tok::semi);
  131       if (TryConsumeToken(tok::kw_requires)) {
  137           TryConsumeToken(tok::semi);
  391   if (!TryConsumeToken(tok::equal)) {
  698   if (!TryConsumeToken(tok::kw_class)) {
 1127     TryConsumeToken(tok::greater);
 1144       TryConsumeToken(tok::greater);
 1402   } while (TryConsumeToken(tok::comma));
tools/clang/lib/Parse/ParseTentative.cpp
  335     if (!TryConsumeToken(tok::comma))
  514     if (!TryConsumeToken(tok::comma))
  762     TryConsumeToken(tok::ellipsis);
  764     if (!TryConsumeToken(tok::comma))
 1997     if (!TryConsumeToken(tok::comma))
 2094   if (!TryConsumeToken(tok::less))
tools/clang/lib/Parse/Parser.cpp
  156   if (TryConsumeToken(tok::semi))
 1261   if (TryConsumeToken(tok::equal)) {
 1374     if (TryConsumeToken(tok::semi)) {
 1456     TryConsumeToken(tok::semi);
 2208   Sema::ModuleDeclKind MDK = TryConsumeToken(tok::kw_export)