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

  /external/clang/lib/Parse/
ParseInit.cpp 35 case tok::l_square: { // designator: array-designator
183 while (Tok.is(tok::period) || Tok.is(tok::l_square)) {
200 assert(Tok.is(tok::l_square) && "Unexpected token!");
221 BalancedDelimiterTracker T(*this, tok::l_square);
RAIIObjectsForParser.h 368 case tok::l_square: return P.BracketCount;
396 case tok::l_square:
ParseExprCXX.cpp 79 if (!Next.is(tok::l_square) || Next.getLength() != 2)
655 && Tok.is(tok::l_square)
702 assert(Tok.is(tok::l_square) && "Lambda expressions begin with '['.");
703 BalancedDelimiterTracker T(*this, tok::l_square);
    [all...]
ParseTentative.cpp 449 if (Tok.isNot(tok::l_square) || NextToken().isNot(tok::l_square))
716 } else if (Tok.is(tok::l_square)) {
745 case tok::l_square:
    [all...]
ParseDeclCXX.cpp     [all...]
ParseExpr.cpp     [all...]
ParseDecl.cpp     [all...]
ParseCXXInlineMethods.cpp 586 case tok::l_square:
ParseStmt.cpp 158 Next.is(tok::amp) || Next.is(tok::l_square);
    [all...]
ParseObjc.cpp     [all...]
Parser.cpp 307 case tok::l_square:
    [all...]
  /external/llvm/lib/TableGen/
TGLexer.h 36 l_square, r_square, // [ ] enumerator in enum:llvm::tgtok::TokKind
TGParser.cpp     [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp 129 (CurrentToken->Next->is(tok::l_square) &&
183 (!Parent || Parent->isOneOf(tok::colon, tok::l_square, tok::l_paren,
188 ScopedContextCreator ContextCreator(*this, tok::l_square, 10);
357 case tok::l_square:
737 if (PrevToken->isOneOf(tok::l_paren, tok::l_square, tok::l_brace,
744 if (NextToken->is(tok::l_square))
766 if (PrevToken->isOneOf(tok::equal, tok::l_paren, tok::comma, tok::l_square,
    [all...]
FormatToken.h 240 return isOneOf(tok::l_paren, tok::l_brace, tok::l_square) ||
Format.cpp 638 } else if (Current.is(tok::l_square) &&
    [all...]
UnwrappedLineParser.cpp 456 // Semicolon can be a null-statement, l_square can be a start of a macro or
459 Tok.isNot(tok::l_square) &&
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 297 return Tok.getKind() == tok::l_square || Tok.getKind() == tok::r_square;
347 if (Tok.getKind() == tok::l_square)
    [all...]
  /external/clang/unittests/Lex/
LexerTest.cpp 264 ExpectedTokens.push_back(tok::l_square);
267 ExpectedTokens.push_back(tok::l_square);
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 96 ASSERT_EQ(tok::l_square, toks[0].getKind());
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
ModuleMap.cpp 890 case tok::l_square:
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 920 tok::l_square, tok::l_square, PP.getIdentifierInfo("clang"),
    [all...]

Completed in 2094 milliseconds