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/clang/include/clang/AST/
ExprCXX.h 691 const Expr *getSubExpr() const { return cast_or_null<Expr>(Op); }
692 Expr *getSubExpr() { return cast_or_null<Expr>(Op); }
704 if (getSubExpr() == 0)
706 return SourceRange(ThrowLoc, getSubExpr()->getSourceRange().getEnd());
865 const Expr *getSubExpr() const { return cast<Expr>(SubExpr); }
866 Expr *getSubExpr() { return cast<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...]
  /external/llvm/include/llvm/MC/
MCExpr.h 297 /// getSubExpr - Get the child of this unary expression.
298 const MCExpr *getSubExpr() const { return Expr; }

Completed in 101 milliseconds