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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_paren.py 9 from ..fixer_util import LParen, RParen
40 lparen = LParen()
41 lparen.prefix = target.prefix
43 target.insert_child(0, lparen)
fix_execfile.py 11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node,
37 Node(syms.trailer, [LParen(), RParen()])]
fix_dict.py 35 from ..fixer_util import Name, Call, LParen, RParen, ArgList, Dot
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_paren.py 9 from ..fixer_util import LParen, RParen
40 lparen = LParen()
41 lparen.prefix = target.prefix
43 target.insert_child(0, lparen)
fix_execfile.py 11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node,
37 Node(syms.trailer, [LParen(), RParen()])]
fix_dict.py 35 from ..fixer_util import Name, Call, LParen, RParen, ArgList, Dot
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 44 LParen, RParen, LBrac, RBrac, LCurly, RCurly,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 21 def LParen():
54 def ArgList(args, lparen=LParen(), rparen=RParen()):
56 node = Node(syms.trailer, [lparen.clone(), rparen.clone()])
139 if isinstance(node, Node) and node.children == [LParen(), RParen()]:
164 return Node(syms.atom, [LParen(), node, RParen()])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 21 def LParen():
54 def ArgList(args, lparen=LParen(), rparen=RParen()):
56 node = Node(syms.trailer, [lparen.clone(), rparen.clone()])
139 if isinstance(node, Node) and node.children == [LParen(), RParen()]:
164 return Node(syms.atom, [LParen(), node, RParen()])
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 960 if (getLexer().is(AsmToken::LParen)) {
1002 case AsmToken::LParen:
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 456 case '(': return AsmToken(AsmToken::LParen, StringRef(TokStart, 1));
AsmParser.cpp 858 case AsmToken::LParen:
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 293 case AsmToken::LParen: Out->os() << "LParen"; break;
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 520 if (getLexer().is(AsmToken::LParen)) {
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 475 void GetExtentOfArgList(const char *Name, const char *&LParen,
    [all...]
RewriteModernObjC.cpp 562 void GetExtentOfArgList(const char *Name, const char *&LParen,
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 394 milliseconds