Lines Matching refs:MSAsmStmt
333 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in generateAsmString()
341 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getOutputConstraint()
349 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getOutputExpr()
357 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getInputConstraint()
365 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getInputExpr()
373 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getClobber()
671 std::string MSAsmStmt::generateAsmString(const ASTContext &C) const { in generateAsmString()
676 Expr *MSAsmStmt::getOutputExpr(unsigned i) { in getOutputExpr()
680 Expr *MSAsmStmt::getInputExpr(unsigned i) { in getInputExpr()
683 void MSAsmStmt::setInputExpr(unsigned i, Expr *E) { in setInputExpr()
715 MSAsmStmt::MSAsmStmt(const ASTContext &C, SourceLocation asmloc, in MSAsmStmt() function in MSAsmStmt
733 void MSAsmStmt::initialize(const ASTContext &C, StringRef asmstr, in initialize()