HomeSort by: relevance | last modified time | path
    Searched refs:getOutputExpr (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 449 const Expr *AsmStmt::getOutputExpr(unsigned i) const {
451 return gccAsmStmt->getOutputExpr(i);
453 return msAsmStmt->getOutputExpr(i);
500 Expr *GCCAsmStmt::getOutputExpr(unsigned i) {
817 Expr *MSAsmStmt::getOutputExpr(unsigned i) {
StmtPrinter.cpp 436 Visit(Node->getOutputExpr(i));
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2877 const Expr *getOutputExpr(unsigned i) const;
3081 Expr *getOutputExpr(unsigned i);
3083 const Expr *getOutputExpr(unsigned i) const {
3084 return const_cast<GCCAsmStmt*>(this)->getOutputExpr(i);
3242 Expr *getOutputExpr(unsigned i);
3244 const Expr *getOutputExpr(unsigned i) const {
3245 return const_cast<MSAsmStmt*>(this)->getOutputExpr(i);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2266 const Expr *OutExpr = S.getOutputExpr(i);
2362 const Expr *InputExpr = S.getOutputExpr(i);
2432 QualType OutputType = S.getOutputExpr(Output)->getType();
2639 const Expr *OutExpr = S.getOutputExpr(i);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp 562 targetDiag(NS->getOutputExpr(i)->getBeginLoc(),
TreeTransform.h 7619 Expr *OutputExpr = S->getOutputExpr(I);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 302 Record.AddStmt(S->getOutputExpr(I));
342 Record.AddStmt(S->getOutputExpr(I));

Completed in 31 milliseconds