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

Declarations

tools/clang/include/clang/AST/Stmt.h
 2998   Expr *getInputExpr(unsigned i);

References

tools/clang/include/clang/AST/Stmt.h
 3002     return const_cast<GCCAsmStmt*>(this)->getInputExpr(i);
tools/clang/lib/AST/StmtPrinter.cpp
  461     Visit(Node->getInputExpr(i));
tools/clang/lib/Sema/SemaStmtAsm.cpp
  543       targetDiag(NS->getInputExpr(i)->getBeginLoc(),
  562       targetDiag(NS->getInputExpr(i)->getBeginLoc(),
  565       targetDiag(NS->getInputExpr(InputMatchedToOutput[TiedTo])->getBeginLoc(),
tools/clang/lib/Sema/TreeTransform.h
 7107     Expr *InputExpr = S->getInputExpr(I);
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  301     Record.AddStmt(S->getInputExpr(I));