Searched defs:getSubExpr (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h54 /// getSubExpr - Get the child of this expression.
55 const MCExpr *getSubExpr() const { return Expr; } function in class:llvm::ARMMCExpr
64 return getSubExpr()->FindAssociatedSection();
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.h46 /// getSubExpr - Get the child of this expression.
47 const MCExpr *getSubExpr() const { return Expr; } function in class:llvm::MipsMCExpr
54 return getSubExpr()->FindAssociatedSection();
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h70 /// getSubExpr - Get the child of this expression.
71 const MCExpr *getSubExpr() const { return Expr; } function in class:llvm::PPCMCExpr
84 return getSubExpr()->FindAssociatedSection();
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.h81 /// getSubExpr - Get the child of this expression.
82 const MCExpr *getSubExpr() const { return Expr; } function in class:llvm::SparcMCExpr
93 return getSubExpr()->FindAssociatedSection();
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.h126 const MCExpr *getSubExpr() const { return Expr; } function in class:llvm::AArch64MCExpr
/external/clang/include/clang/AST/
H A DExprCXX.h499 Expr *getSubExpr() { return static_cast<Expr*>(SubExpr); } function in class:clang::CXXStdInitializerListExpr
500 const Expr *getSubExpr() const { return static_cast<const Expr*>(SubExpr); } function in class:clang::CXXStdInitializerListExpr
821 const Expr *getSubExpr() const { return cast_or_null<Expr>(Op); } function in class:clang::CXXThrowExpr
822 Expr *getSubExpr() { return cast_or_null<Expr>(Op); } function in class:clang::CXXThrowExpr
835 if (!getSubExpr())
837 return getSubExpr()->getLocEnd();
1043 const Expr *getSubExpr() const { return cast<Expr>(SubExpr); } function in class:clang::CXXBindTemporaryExpr
1044 Expr *getSubExpr() { return cast<Expr>(SubExpr); } function in class:clang::CXXBindTemporaryExpr
2327 E = cast<UnaryOperator>(E)->getSubExpr();
2763 Expr *getSubExpr() { retur
[all...]
H A DExprObjC.h106 Expr *getSubExpr() { return cast<Expr>(SubExpr); } function in class:clang::ObjCBoxedExpr
107 const Expr *getSubExpr() const { return cast<Expr>(SubExpr); } function in class:clang::ObjCBoxedExpr
1497 Expr *getSubExpr() { return cast<Expr>(Operand); } function in class:clang::ObjCIndirectCopyRestoreExpr
1498 const Expr *getSubExpr() const { return cast<Expr>(Operand); } function in class:clang::ObjCIndirectCopyRestoreExpr
1513 return getSubExpr()->getExprLoc();
1562 return getSubExpr()->getLocEnd();
H A DExpr.h1428 const Expr *getSubExpr() const { return cast<Expr>(Val); } function in class:clang::ImaginaryLiteral
1429 Expr *getSubExpr() { return cast<Expr>(Val); } function in class:clang::ImaginaryLiteral
1624 const Expr *getSubExpr() const { return cast<Expr>(Val); } function
1625 Expr *getSubExpr() { return cast<Expr>(Val); } function
1685 Expr *getSubExpr() const { return cast<Expr>(Val); } function in class:clang::StringLiteral::UnaryOperator
2707 Expr *getSubExpr() { return cast<Expr>(Op); } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
2708 const Expr *getSubExpr() const { return cast<Expr>(Op); } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
2786 return getSubExpr()->getLocStart();
2789 return getSubExpr()->getLocEnd();
2800 e = ice->getSubExpr();
3684 const Expr *getSubExpr() const { return cast<Expr>(Val); } function in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr
3685 Expr *getSubExpr() { return cast<Expr>(Val); } function in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr
4222 Expr *getSubExpr(unsigned Idx) const { function in class:clang::StringLiteral::DesignatedInitExpr
[all...]
/external/llvm/include/llvm/MC/
H A DMCExpr.h369 /// getSubExpr - Get the child of this unary expression.
370 const MCExpr *getSubExpr() const { return Expr; } function in class:llvm::MCUnaryExpr

Completed in 198 milliseconds