Lines Matching refs:GCCAsmStmt
303 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in generateAsmString()
311 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputConstraint()
319 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputExpr()
327 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputConstraint()
335 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputExpr()
343 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getClobber()
360 StringRef GCCAsmStmt::getClobber(unsigned i) const { in getClobber()
364 Expr *GCCAsmStmt::getOutputExpr(unsigned i) { in getOutputExpr()
371 StringRef GCCAsmStmt::getOutputConstraint(unsigned i) const { in getOutputConstraint()
375 Expr *GCCAsmStmt::getInputExpr(unsigned i) { in getInputExpr()
378 void GCCAsmStmt::setInputExpr(unsigned i, Expr *E) { in setInputExpr()
384 StringRef GCCAsmStmt::getInputConstraint(unsigned i) const { in getInputConstraint()
388 void GCCAsmStmt::setOutputsAndInputsAndClobbers(ASTContext &C, in setOutputsAndInputsAndClobbers()
422 int GCCAsmStmt::getNamedOperand(StringRef SymbolicName) const { in getNamedOperand()
442 unsigned GCCAsmStmt::AnalyzeAsmString(SmallVectorImpl<AsmStringPiece>&Pieces, in AnalyzeAsmString()
581 std::string GCCAsmStmt::generateAsmString(ASTContext &C) const { in generateAsmString()
584 SmallVector<GCCAsmStmt::AsmStringPiece, 4> Pieces; in generateAsmString()
628 GCCAsmStmt::GCCAsmStmt(ASTContext &C, SourceLocation asmloc, bool issimple, in GCCAsmStmt() function in GCCAsmStmt