Lines Matching refs:GCCAsmStmt

331   if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))  in generateAsmString()
339 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputConstraint()
347 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputExpr()
355 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputConstraint()
363 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputExpr()
371 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getClobber()
388 char GCCAsmStmt::AsmStringPiece::getModifier() const { in getModifier()
393 StringRef GCCAsmStmt::getClobber(unsigned i) const { in getClobber()
397 Expr *GCCAsmStmt::getOutputExpr(unsigned i) { in getOutputExpr()
404 StringRef GCCAsmStmt::getOutputConstraint(unsigned i) const { in getOutputConstraint()
408 Expr *GCCAsmStmt::getInputExpr(unsigned i) { in getInputExpr()
411 void GCCAsmStmt::setInputExpr(unsigned i, Expr *E) { in setInputExpr()
417 StringRef GCCAsmStmt::getInputConstraint(unsigned i) const { in getInputConstraint()
421 void GCCAsmStmt::setOutputsAndInputsAndClobbers(const ASTContext &C, in setOutputsAndInputsAndClobbers()
455 int GCCAsmStmt::getNamedOperand(StringRef SymbolicName) const { in getNamedOperand()
475 unsigned GCCAsmStmt::AnalyzeAsmString(SmallVectorImpl<AsmStringPiece>&Pieces, in AnalyzeAsmString()
650 std::string GCCAsmStmt::generateAsmString(const ASTContext &C) const { in generateAsmString()
653 SmallVector<GCCAsmStmt::AsmStringPiece, 4> Pieces; in generateAsmString()
691 GCCAsmStmt::GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, in GCCAsmStmt() function in GCCAsmStmt