Lines Matching defs:GCCAsmStmt
443 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
451 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
459 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
467 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
475 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
483 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
500 char GCCAsmStmt::AsmStringPiece::getModifier() const {
505 StringRef GCCAsmStmt::getClobber(unsigned i) const {
509 Expr *GCCAsmStmt::getOutputExpr(unsigned i) {
516 StringRef GCCAsmStmt::getOutputConstraint(unsigned i) const {
520 Expr *GCCAsmStmt::getInputExpr(unsigned i) {
524 void GCCAsmStmt::setInputExpr(unsigned i, Expr *E) {
528 AddrLabelExpr *GCCAsmStmt::getLabelExpr(unsigned i) const {
532 StringRef GCCAsmStmt::getLabelName(unsigned i) const {
538 StringRef GCCAsmStmt::getInputConstraint(unsigned i) const {
542 void GCCAsmStmt::setOutputsAndInputsAndClobbers(const ASTContext &C,
579 int GCCAsmStmt::getNamedOperand(StringRef SymbolicName) const {
602 unsigned GCCAsmStmt::AnalyzeAsmString(SmallVectorImpl<AsmStringPiece>&Pieces,
785 std::string GCCAsmStmt::generateAsmString(const ASTContext &C) const {
788 SmallVector<GCCAsmStmt::AsmStringPiece, 4> Pieces;
848 GCCAsmStmt::GCCAsmStmt(const ASTContext &C, SourceLocation asmloc,