Home | History | Annotate | Download | only in AST

Lines Matching refs:getInputExpr

334 const Expr *AsmStmt::getInputExpr(unsigned i) const {
336 return gccAsmStmt->getInputExpr(i);
338 return msAsmStmt->getInputExpr(i);
375 Expr *GCCAsmStmt::getInputExpr(unsigned i) {
611 Expr *MSAsmStmt::getInputExpr(unsigned i) {