HomeSort by relevance Sort by last modified time
    Searched refs:l_paren (Results 26 - 37 of 37) sorted by null

12

  /external/clang/lib/Format/
ContinuationIndenter.cpp 103 Previous.Previous->isOneOf(tok::l_brace, tok::l_paren, tok::comma))
304 if (Current.isNot(tok::comment) && Previous.is(tok::l_paren) &&
461 if (!(Previous.isOneOf(tok::l_paren, tok::l_brace) ||
    [all...]
Format.cpp     [all...]
  /external/clang/lib/Parse/
Parser.cpp 280 case tok::l_paren:
786 Tok.is(tok::l_paren)); // int X(0) -> not a function def [C++]
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 694 tok::kw___attribute, tok::l_paren, tok::l_paren,
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 328 return Tok.getKind() == tok::l_paren || Tok.getKind() == tok::r_paren;
374 if (Tok.getKind() == tok::l_paren)
    [all...]
  /external/clang/lib/Lex/
TokenLexer.cpp 684 return Tokens[CurToken].is(tok::l_paren);
    [all...]
Lexer.cpp     [all...]
PPDirectives.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 282 if (Tok.isNot(tok::l_paren))
  /external/llvm/lib/TableGen/
TGParser.cpp 830 if (Lex.getCode() != tgtok::l_paren) {
938 if (Lex.getCode() != tgtok::l_paren) {
1014 if (Lex.getCode() != tgtok::l_paren) {
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 1752 << tok::l_paren; member in class:tok
    [all...]
SemaDecl.cpp 726 if (!SS.isSet() && NextToken.is(tok::l_paren)) {
    [all...]

Completed in 470 milliseconds

12