Searched defs:AsmStmt (Results 1 – 2 of 2) sorted by relevance
| /external/clang/include/clang/AST/ |
| D | Stmt.h | 1431 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt() function 1440 explicit AsmStmt(StmtClass SC, EmptyShell Empty) : in AsmStmt() function
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | Stmt.h | 2830 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt() function 2838 explicit AsmStmt(StmtClass SC, EmptyShell Empty) : Stmt(SC, Empty) {} in AsmStmt() function
|