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

/external/clang/include/clang/AST/
H A DStmt.h1386 /// AsmStmt is the base class for GCCAsmStmt and MSAsmStmt.
1388 class AsmStmt : public Stmt { class in namespace:clang
1405 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, function in class:clang::AsmStmt
1414 explicit AsmStmt(StmtClass SC, EmptyShell Empty) : function in class:clang::AsmStmt
1539 class GCCAsmStmt : public AsmStmt {
1558 explicit GCCAsmStmt(EmptyShell Empty) : AsmStmt(GCCAsmStmtClass, Empty),
1713 class MSAsmStmt : public AsmStmt {
1734 explicit MSAsmStmt(EmptyShell Empty) : AsmStmt(MSAsmStmtClass, Empty),

Completed in 221 milliseconds