Searched refs:asmloc (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | Stmt.cpp | 448 AsmStmt::AsmStmt(ASTContext &C, SourceLocation asmloc, bool issimple, in AsmStmt() argument 454 : Stmt(AsmStmtClass), AsmLoc(asmloc), RParenLoc(rparenloc), AsmStr(asmstr) in AsmStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1236 AsmStmt(ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile,
|