Home | History | Annotate | Download | only in AST

Lines Matching defs:MSAsmStmt

1370 /// AsmStmt is the base class for GCCAsmStmt and MSAsmStmt.
1675 class MSAsmStmt : public AsmStmt {
1686 MSAsmStmt(ASTContext &C, SourceLocation asmloc, SourceLocation lbraceloc,
1694 explicit MSAsmStmt(EmptyShell Empty) : AsmStmt(MSAsmStmtClass, Empty),
1725 return const_cast<MSAsmStmt*>(this)->getOutputExpr(i);
1738 return const_cast<MSAsmStmt*>(this)->getInputExpr(i);