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

/external/clang/lib/AST/
H A DStmt.cpp329 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
337 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
345 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
353 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
361 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(thi
688 GCCAsmStmt::GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, function in class:GCCAsmStmt
[all...]
/external/clang/include/clang/AST/
H A DStmt.h1392 /// AsmStmt is the base class for GCCAsmStmt and MSAsmStmt.
1545 class GCCAsmStmt : public AsmStmt { class in namespace:clang
1557 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple,
1564 explicit GCCAsmStmt(EmptyShell Empty) : AsmStmt(GCCAsmStmtClass, Empty), function in class:clang::GCCAsmStmt
1658 return const_cast<GCCAsmStmt*>(this)->getOutputExpr(i);
1687 return const_cast<GCCAsmStmt*>(this)->getInputExpr(i);

Completed in 360 milliseconds