Searched refs:getOutputExpr (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/AST/
H A DStmt.cpp318 const Expr *AsmStmt::getOutputExpr(unsigned i) const { function in class:AsmStmt
320 return gccAsmStmt->getOutputExpr(i);
322 return msAsmStmt->getOutputExpr(i);
364 Expr *GCCAsmStmt::getOutputExpr(unsigned i) { function in class:GCCAsmStmt
607 Expr *MSAsmStmt::getOutputExpr(unsigned i) { function in class:MSAsmStmt
H A DStmtPrinter.cpp400 Visit(Node->getOutputExpr(i));
/external/clang/include/clang/AST/
H A DStmt.h1450 const Expr *getOutputExpr(unsigned i) const;
1644 Expr *getOutputExpr(unsigned i);
1646 const Expr *getOutputExpr(unsigned i) const { function in class:clang::GCCAsmStmt
1647 return const_cast<GCCAsmStmt*>(this)->getOutputExpr(i);
1760 Expr *getOutputExpr(unsigned i);
1762 const Expr *getOutputExpr(unsigned i) const {
1763 return const_cast<MSAsmStmt*>(this)->getOutputExpr(i);
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1806 const Expr *OutExpr = S.getOutputExpr(i);
1865 const Expr *InputExpr = S.getOutputExpr(i);
1914 QualType OutputType = S.getOutputExpr(Output)->getType();
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp241 Writer.AddStmt(S->getOutputExpr(I));
277 Writer.AddStmt(S->getOutputExpr(I));
/external/clang/lib/Sema/
H A DTreeTransform.h5840 Expr *OutputExpr = S->getOutputExpr(I);

Completed in 314 milliseconds