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(ASTContext &C, SourceLocation asmloc, bool issimple, function in class:GCCAsmStmt
[all...]
/external/clang/include/clang/AST/
H A DStmt.h1360 /// AsmStmt is the base class for GCCAsmStmt and MSAsmStmt.
1497 class GCCAsmStmt : public AsmStmt { class in namespace:clang
1509 GCCAsmStmt(ASTContext &C, SourceLocation asmloc, bool issimple,
1516 explicit GCCAsmStmt(EmptyShell Empty) : AsmStmt(GCCAsmStmtClass, Empty), function in class:clang::GCCAsmStmt
1605 return const_cast<GCCAsmStmt*>(this)->getOutputExpr(i);
1634 return const_cast<GCCAsmStmt*>(this)->getInputExpr(i);

Completed in 104 milliseconds