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

  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 436 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this))
437 return msAsmStmt->generateAsmString(C);
444 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this))
445 return msAsmStmt->getOutputConstraint(i);
452 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this))
453 return msAsmStmt->getOutputExpr(i);
460 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2813 /// AsmStmt is the base class for GCCAsmStmt and MSAsmStmt.
3196 class MSAsmStmt : public AsmStmt {
3209 MSAsmStmt(const ASTContext &C, SourceLocation asmloc,
3217 explicit MSAsmStmt(EmptyShell Empty) : AsmStmt(MSAsmStmtClass, Empty) {}
3245 return const_cast<MSAsmStmt*>(this)->getOutputExpr(i);
3259 return const_cast<MSAsmStmt*>(this)->getInputExpr(i);

Completed in 50 milliseconds