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

/external/clang/lib/AST/
H A DStmt.cpp333 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this))
341 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this))
349 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this))
357 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(this))
365 if (const MSAsmStmt *msAsmStmt = dyn_cast<MSAsmStmt>(thi
708 MSAsmStmt::MSAsmStmt(const ASTContext &C, SourceLocation asmloc, function in class:MSAsmStmt
[all...]
/external/clang/include/clang/AST/
H A DStmt.h1390 /// AsmStmt is the base class for GCCAsmStmt and MSAsmStmt.
1722 class MSAsmStmt : public AsmStmt { class in namespace:clang
1735 MSAsmStmt(const ASTContext &C, SourceLocation asmloc,
1743 explicit MSAsmStmt(EmptyShell Empty) : AsmStmt(MSAsmStmtClass, Empty), function in class:clang::MSAsmStmt
1772 return const_cast<MSAsmStmt*>(this)->getOutputExpr(i);
1786 return const_cast<MSAsmStmt*>(this)->getInputExpr(i);

Completed in 153 milliseconds