Lines Matching refs:msAsmStmt
333 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in generateAsmString() local
334 return msAsmStmt->generateAsmString(C); in generateAsmString()
341 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getOutputConstraint() local
342 return msAsmStmt->getOutputConstraint(i); in getOutputConstraint()
349 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getOutputExpr() local
350 return msAsmStmt->getOutputExpr(i); in getOutputExpr()
357 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getInputConstraint() local
358 return msAsmStmt->getInputConstraint(i); in getInputConstraint()
365 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getInputExpr() local
366 return msAsmStmt->getInputExpr(i); in getInputExpr()
373 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this)) in getClobber() local
374 return msAsmStmt->getClobber(i); in getClobber()