Lines Matching refs:gccAsmStmt
434 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in generateAsmString() local
435 return gccAsmStmt->generateAsmString(C); in generateAsmString()
442 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputConstraint() local
443 return gccAsmStmt->getOutputConstraint(i); in getOutputConstraint()
450 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputExpr() local
451 return gccAsmStmt->getOutputExpr(i); in getOutputExpr()
458 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputConstraint() local
459 return gccAsmStmt->getInputConstraint(i); in getInputConstraint()
466 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputExpr() local
467 return gccAsmStmt->getInputExpr(i); in getInputExpr()
474 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getClobber() local
475 return gccAsmStmt->getClobber(i); in getClobber()