Lines Matching defs:MSAsmStmt
445 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this))
453 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this))
461 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this))
469 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this))
477 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this))
485 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this))
806 std::string MSAsmStmt::generateAsmString(const ASTContext &C) const {
832 Expr *MSAsmStmt::getOutputExpr(unsigned i) {
836 Expr *MSAsmStmt::getInputExpr(unsigned i) {
840 void MSAsmStmt::setInputExpr(unsigned i, Expr *E) {
874 MSAsmStmt::MSAsmStmt(const ASTContext &C, SourceLocation asmloc,
891 void MSAsmStmt::initialize(const ASTContext &C, StringRef asmstr,