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

/external/clang/lib/AST/
H A DStmt.cpp325 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
333 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
341 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
349 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
357 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(thi
650 GCCAsmStmt::GCCAsmStmt(ASTContext &C, SourceLocation asmloc, bool issimple, function in class:GCCAsmStmt
[all...]
/external/clang/include/clang/AST/
H A DStmt.h1366 /// AsmStmt is the base class for GCCAsmStmt and MSAsmStmt.
1524 class GCCAsmStmt : public AsmStmt { class in namespace:clang
1533 GCCAsmStmt(ASTContext &C, SourceLocation asmloc, bool issimple,
1540 explicit GCCAsmStmt(EmptyShell Empty) : AsmStmt(GCCAsmStmtClass, Empty), function in class:clang::GCCAsmStmt
1618 return const_cast<GCCAsmStmt*>(this)->getOutputExpr(i);
1636 return const_cast<GCCAsmStmt*>(this)->getInputExpr(i);
1668 static bool classof(const GCCAsmStmt *) { return true; }

Completed in 137 milliseconds