Home
last modified time | relevance | path

Searched refs:asmloc (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DStmt.cpp448 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/
DStmt.h1236 AsmStmt(ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile,