Searched refs:getInputExpr (Results 1 - 6 of 6) sorted by last modified time

/external/clang/lib/Sema/
H A DTreeTransform.h5858 Expr *InputExpr = S->getInputExpr(I);
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp248 Writer.AddStmt(S->getInputExpr(I));
283 Writer.AddStmt(S->getInputExpr(I));
/external/clang/include/clang/AST/
H A DStmt.h1464 const Expr *getInputExpr(unsigned i) const;
1672 Expr *getInputExpr(unsigned i);
1675 const Expr *getInputExpr(unsigned i) const { function in class:clang::GCCAsmStmt
1676 return const_cast<GCCAsmStmt*>(this)->getInputExpr(i);
1773 Expr *getInputExpr(unsigned i);
1776 const Expr *getInputExpr(unsigned i) const {
1777 return const_cast<MSAsmStmt*>(this)->getInputExpr(i);
/external/clang/lib/AST/
H A DStmt.cpp334 const Expr *AsmStmt::getInputExpr(unsigned i) const { function in class:AsmStmt
336 return gccAsmStmt->getInputExpr(i);
338 return msAsmStmt->getInputExpr(i);
375 Expr *GCCAsmStmt::getInputExpr(unsigned i) { function in class:GCCAsmStmt
611 Expr *MSAsmStmt::getInputExpr(unsigned i) { function in class:MSAsmStmt
H A DStmtPrinter.cpp419 Visit(Node->getInputExpr(i));
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1837 QualType InputTy = S.getInputExpr(InputNo)->getType();
1888 const Expr *InputExpr = S.getInputExpr(i);

Completed in 9429 milliseconds