Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1386 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt() function
1393 explicit AsmStmt(StmtClass SC, EmptyShell Empty) : in AsmStmt() function
1475 static bool classof(const AsmStmt *) { return true; } in classof()