HomeSort by: relevance | last modified time | path
    Searched defs:GCCAsmStmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 434 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
435 return gccAsmStmt->generateAsmString(C);
442 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
443 return gccAsmStmt->getOutputConstraint(i);
450 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this))
451 return gccAsmStmt->getOutputExpr(i);
458 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2813 /// AsmStmt is the base class for GCCAsmStmt and MSAsmStmt.
2973 class GCCAsmStmt : public AsmStmt {
2986 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple,
2994 explicit GCCAsmStmt(EmptyShell Empty) : AsmStmt(GCCAsmStmtClass, Empty) {}
3084 return const_cast<GCCAsmStmt*>(this)->getOutputExpr(i);
3113 return const_cast<GCCAsmStmt*>(this)->getInputExpr(i);

Completed in 18 milliseconds