reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Stmt.h
 2970   Expr *getOutputExpr(unsigned i);

References

tools/clang/include/clang/AST/Stmt.h
 2973     return const_cast<GCCAsmStmt*>(this)->getOutputExpr(i);
tools/clang/lib/AST/StmtPrinter.cpp
  440     Visit(Node->getOutputExpr(i));
tools/clang/lib/Sema/SemaStmtAsm.cpp
  528       targetDiag(NS->getOutputExpr(i)->getBeginLoc(),
tools/clang/lib/Sema/TreeTransform.h
 7089     Expr *OutputExpr = S->getOutputExpr(I);
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  294     Record.AddStmt(S->getOutputExpr(I));