Lines Matching refs:MSAsmStmt
331 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in generateAsmString()
339 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getOutputConstraint()
347 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getOutputExpr()
355 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getInputConstraint()
363 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getInputExpr()
371 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getClobber()
662 std::string MSAsmStmt::generateAsmString(const ASTContext &C) const { in generateAsmString()
667 Expr *MSAsmStmt::getOutputExpr(unsigned i) { in getOutputExpr()
671 Expr *MSAsmStmt::getInputExpr(unsigned i) { in getInputExpr()
674 void MSAsmStmt::setInputExpr(unsigned i, Expr *E) { in setInputExpr()
712 MSAsmStmt::MSAsmStmt(const ASTContext &C, SourceLocation asmloc, in MSAsmStmt() function in MSAsmStmt
733 void MSAsmStmt::initialize(const ASTContext &C, StringRef asmstr, in initialize()