Home | History | Annotate | Download | only in AST

Lines Matching defs:getOutputExpr

339 const Expr *AsmStmt::getOutputExpr(unsigned i) const {
341 return gccAsmStmt->getOutputExpr(i);
343 return msAsmStmt->getOutputExpr(i);
385 Expr *GCCAsmStmt::getOutputExpr(unsigned i) {
628 Expr *MSAsmStmt::getOutputExpr(unsigned i) {