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

/external/clang/lib/AST/
H A DStmt.cpp303 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
311 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
319 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
327 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
335 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(thi
628 GCCAsmStmt::GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, function in class:GCCAsmStmt
[all...]
/external/clang/include/clang/AST/
H A DStmt.h1386 /// AsmStmt is the base class for GCCAsmStmt and MSAsmStmt.
1539 class GCCAsmStmt : public AsmStmt { class in namespace:clang
1551 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple,
1558 explicit GCCAsmStmt(EmptyShell Empty) : AsmStmt(GCCAsmStmtClass, Empty), function in class:clang::GCCAsmStmt
1647 return const_cast<GCCAsmStmt*>(this)->getOutputExpr(i);
1676 return const_cast<GCCAsmStmt*>(this)->getInputExpr(i);

Completed in 143 milliseconds