Searched defs:AsmStmt (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h1366 /// AsmStmt is the base class for GCCAsmStmt and MSAsmStmt.
1368 class AsmStmt : public Stmt { class in namespace:clang
1386 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, function in class:clang::AsmStmt
1393 explicit AsmStmt(StmtClass SC, EmptyShell Empty) : function in class:clang::AsmStmt
1475 static bool classof(const AsmStmt *) { return true; }
1524 class GCCAsmStmt : public AsmStmt {
1540 explicit GCCAsmStmt(EmptyShell Empty) : AsmStmt(GCCAsmStmtClass, Empty),
1673 class MSAsmStmt : public AsmStmt {
1692 explicit MSAsmStmt(EmptyShell Empty) : AsmStmt(MSAsmStmtClass, Empty),

Completed in 33 milliseconds