HomeSort by relevance Sort by last modified time
    Searched refs:r_brace (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/lib/Parse/
ParseInit.cpp 400 if (Tok.is(tok::r_brace)) {
418 if (Tok.is(tok::r_brace)) break;
448 // FIXME: This comment doesn't sound right. If there is a r_brace
452 SkipUntil(tok::r_brace, StopBeforeMatch);
464 if (Tok.is(tok::r_brace)) break;
531 if (Tok.is(tok::r_brace))
ParseCXXInlineMethods.cpp 157 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
164 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
218 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/true);
709 ConsumeAndStoreUntil(tok::r_brace, Toks, /*StopAtSemi=*/false);
729 case tok::r_brace:
781 ConsumeAndStoreUntil(tok::l_brace, tok::r_brace, Toks,
    [all...]
ParseStmt.cpp 197 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
220 if (Tok.is(tok::r_brace)) {
390 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
407 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
687 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) {
705 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) {
758 if (Tok.isNot(tok::r_brace)) {
811 if (Tok.isNot(tok::r_brace)) {
978 while (!tryParseMisplacedModuleImport() && Tok.isNot(tok::r_brace) &&
    [all...]
ParseTemplate.cpp 120 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
135 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
239 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
    [all...]
Parser.cpp 321 SkipUntil(tok::r_brace, StopAtCodeCompletion);
323 SkipUntil(tok::r_brace);
341 case tok::r_brace:
685 case tok::r_brace:
    [all...]
ParseDeclCXX.cpp 136 SkipUntil(tok::r_brace);
149 SkipUntil(tok::r_brace, StopBeforeMatch);
153 if (!rBraceToken.is(tok::r_brace)) {
216 while (!tryParseMisplacedModuleImport() && Tok.isNot(tok::r_brace) &&
357 case tok::r_brace:
    [all...]
ParseDecl.cpp     [all...]
ParseObjc.cpp 672 // erroneous r_brace would cause an infinite loop if not handled here.
673 if (Tok.is(tok::r_brace))
710 SkipUntil(tok::r_brace, tok::at, StopAtSemi);
    [all...]
RAIIObjectsForParser.h 394 Close = tok::r_brace;
ParseStmtAsm.cpp 461 } else if (!InAsmComment && Tok.is(tok::r_brace)) {
469 if (!InAsmComment && BraceNesting && Tok.is(tok::r_brace) &&
513 Diag(Tok, diag::err_expected) << tok::r_brace;
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.h 36 l_brace, r_brace, // { } enumerator in enum:llvm::tgtok::TokKind
TGLexer.cpp 105 case '}': return tgtok::r_brace;
TGParser.cpp 561 if (Lex.getCode() != tgtok::r_brace) {
    [all...]
  /external/llvm/lib/TableGen/
TGLexer.h 37 l_brace, r_brace, // { } enumerator in enum:llvm::tgtok::TokKind
TGLexer.cpp 110 case '}': return tgtok::r_brace;
TGParser.cpp 639 if (Lex.getCode() != tgtok::r_brace) {
    [all...]
  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 193 I[1]->First->is(tok::r_brace)) ||
304 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace))
337 tok::kw_for, tok::r_brace, Keywords.kw___except)) {
357 if (Tok->is(tok::r_brace) && !Tok->MustBreakBefore &&
391 if (Tok->isNot(tok::r_brace))
489 /// \brief If the \p State's next token is an r_brace closing a nested block,
831 (TheLine.Level == RangeMinLevel && !TheLine.startsWith(tok::r_brace));
    [all...]
UnwrappedLineParser.cpp 274 kind = tok::r_brace;
290 case tok::r_brace:
344 case tok::r_brace:
437 : !FormatTok->is(tok::r_brace)) {
804 if (FormatTok->is(tok::r_brace)) {
979 case tok::r_brace:
    [all...]
SortJavaScriptImports.cpp 399 if (Current->is(tok::r_brace))
421 if (Current->is(tok::r_brace))
TokenAnnotator.cpp 91 if (CurrentToken->isOneOf(tok::r_paren, tok::r_square, tok::r_brace) ||
267 if (CurrentToken->isOneOf(tok::r_square, tok::r_brace))
374 if (CurrentToken->isOneOf(tok::r_paren, tok::r_brace))
412 if (CurrentToken->is(tok::r_brace)) {
605 case tok::r_brace:
632 tok::r_brace)) {
    [all...]
ContinuationIndenter.cpp 165 !Current.isOneOf(tok::r_paren, tok::r_brace))
265 Previous.is(tok::l_brace) && !Current.isOneOf(tok::r_brace, tok::comment))
560 Current.is(tok::r_brace) && State.Stack.size() > 1 &&
619 if (Current.isOneOf(tok::r_brace, tok::r_square) && State.Stack.size() > 1) {
701 PreviousNonComment->isNot(tok::r_brace))
    [all...]
WhitespaceManager.cpp 257 } else if (Changes[i].Kind == tok::r_brace ||
368 Changes[i - 1].Kind == tok::r_brace &&
FormatToken.h 342 return isOneOf(tok::r_paren, tok::r_brace, tok::r_square,
FormatTokenLexer.cpp 145 tok::r_brace, tok::l_square, tok::semi, tok::exclaim,
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 594 } else if (I->is(tok::r_brace)) {
640 } else if (I->is(tok::r_brace)) {
    [all...]

Completed in 859 milliseconds

1 2