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

/external/clang/lib/AST/
H A DStmt.cpp327 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this))
335 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this))
343 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this))
351 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this))
359 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(thi
674 MSAsmStmt::MSAsmStmt(ASTContext &C, SourceLocation asmloc, function in class:MSAsmStmt
[all...]
/external/clang/include/clang/AST/
H A DStmt.h1366 /// AsmStmt is the base class for GCCAsmStmt and MSAsmStmt.
1673 class MSAsmStmt : public AsmStmt { class in namespace:clang
1684 MSAsmStmt(ASTContext &C, SourceLocation asmloc, SourceLocation lbraceloc,
1692 explicit MSAsmStmt(EmptyShell Empty) : AsmStmt(MSAsmStmtClass, Empty), function in class:clang::MSAsmStmt
1723 return const_cast<MSAsmStmt*>(this)->getOutputExpr(i);
1736 return const_cast<MSAsmStmt*>(this)->getInputExpr(i);
1749 static bool classof(const MSAsmStmt *) { return true; }

Completed in 50 milliseconds