HomeSort by relevance Sort by last modified time
    Searched defs:getSubExpr (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h 54 /// getSubExpr - Get the child of this expression.
55 const MCExpr *getSubExpr() const { return Expr; }
67 return getSubExpr()->findAssociatedFragment();
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.h 46 /// getSubExpr - Get the child of this expression.
47 const MCExpr *getSubExpr() const { return Expr; }
55 return getSubExpr()->findAssociatedFragment();
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h 71 /// getSubExpr - Get the child of this expression.
72 const MCExpr *getSubExpr() const { return Expr; }
86 return getSubExpr()->findAssociatedFragment();
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCExpr.h 81 /// getSubExpr - Get the child of this expression.
82 const MCExpr *getSubExpr() const { return Expr; }
94 return getSubExpr()->findAssociatedFragment();
  /external/llvm/include/llvm/MC/
MCExpr.h 397 const MCExpr *getSubExpr() const { return Expr; }
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.h 126 const MCExpr *getSubExpr() const { return Expr; }
  /external/clang/include/clang/AST/
ExprCXX.h 510 Expr *getSubExpr() { return static_cast<Expr*>(SubExpr); }
511 const Expr *getSubExpr() const { return static_cast<const Expr*>(SubExpr); }
    [all...]
ExprObjC.h 108 Expr *getSubExpr() { return cast<Expr>(SubExpr); }
109 const Expr *getSubExpr() const { return cast<Expr>(SubExpr); }
    [all...]
Expr.h     [all...]

Completed in 567 milliseconds