Lines Matching defs:MSAsmStmt
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))
493 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this))
814 std::string MSAsmStmt::generateAsmString(const ASTContext &C) const {
840 Expr *MSAsmStmt::getOutputExpr(unsigned i) {
844 Expr *MSAsmStmt::getInputExpr(unsigned i) {
848 void MSAsmStmt::setInputExpr(unsigned i, Expr *E) {
882 MSAsmStmt::MSAsmStmt(const ASTContext &C, SourceLocation asmloc,
899 void MSAsmStmt::initialize(const ASTContext &C, StringRef asmstr,