Lines Matching refs:gccAsmStmt
331 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in generateAsmString() local
332 return gccAsmStmt->generateAsmString(C); in generateAsmString()
339 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputConstraint() local
340 return gccAsmStmt->getOutputConstraint(i); in getOutputConstraint()
347 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputExpr() local
348 return gccAsmStmt->getOutputExpr(i); in getOutputExpr()
355 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputConstraint() local
356 return gccAsmStmt->getInputConstraint(i); in getInputConstraint()
363 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputExpr() local
364 return gccAsmStmt->getInputExpr(i); in getInputExpr()
371 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getClobber() local
372 return gccAsmStmt->getClobber(i); in getClobber()