Lines Matching refs:GCCAsmStmt

329   if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))  in generateAsmString()
337 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputConstraint()
345 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputExpr()
353 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputConstraint()
361 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputExpr()
369 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getClobber()
386 char GCCAsmStmt::AsmStringPiece::getModifier() const { in getModifier()
391 StringRef GCCAsmStmt::getClobber(unsigned i) const { in getClobber()
395 Expr *GCCAsmStmt::getOutputExpr(unsigned i) { in getOutputExpr()
402 StringRef GCCAsmStmt::getOutputConstraint(unsigned i) const { in getOutputConstraint()
406 Expr *GCCAsmStmt::getInputExpr(unsigned i) { in getInputExpr()
409 void GCCAsmStmt::setInputExpr(unsigned i, Expr *E) { in setInputExpr()
415 StringRef GCCAsmStmt::getInputConstraint(unsigned i) const { in getInputConstraint()
419 void GCCAsmStmt::setOutputsAndInputsAndClobbers(const ASTContext &C, in setOutputsAndInputsAndClobbers()
453 int GCCAsmStmt::getNamedOperand(StringRef SymbolicName) const { in getNamedOperand()
473 unsigned GCCAsmStmt::AnalyzeAsmString(SmallVectorImpl<AsmStringPiece>&Pieces, in AnalyzeAsmString()
641 std::string GCCAsmStmt::generateAsmString(const ASTContext &C) const { in generateAsmString()
644 SmallVector<GCCAsmStmt::AsmStringPiece, 4> Pieces; in generateAsmString()
688 GCCAsmStmt::GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, in GCCAsmStmt() function in GCCAsmStmt