HomeSort by relevance Sort by last modified time
    Searched defs:getSubExpr (Results 1 - 5 of 5) 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; }
64 return getSubExpr()->FindAssociatedSection();
  /external/llvm/include/llvm/MC/
MCExpr.h 270 /// getSubExpr - Get the child of this unary expression.
271 const MCExpr *getSubExpr() const { return Expr; }
  /external/clang/include/clang/AST/
ExprObjC.h     [all...]
ExprCXX.h 606 const Expr *getSubExpr() const { return cast_or_null<Expr>(Op); }
607 Expr *getSubExpr() { return cast_or_null<Expr>(Op); }
619 if (getSubExpr() == 0)
621 return SourceRange(ThrowLoc, getSubExpr()->getSourceRange().getEnd());
777 const Expr *getSubExpr() const { return cast<Expr>(SubExpr); }
778 Expr *getSubExpr() { return cast<Expr>(SubExpr); }
    [all...]
Expr.h     [all...]

Completed in 312 milliseconds