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

  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 465 const Expr *AsmStmt::getInputExpr(unsigned i) const {
467 return gccAsmStmt->getInputExpr(i);
469 return msAsmStmt->getInputExpr(i);
511 Expr *GCCAsmStmt::getInputExpr(unsigned i) {
821 Expr *MSAsmStmt::getInputExpr(unsigned i) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2891 const Expr *getInputExpr(unsigned i) const;
3109 Expr *getInputExpr(unsigned i);
3112 const Expr *getInputExpr(unsigned i) const {
3113 return const_cast<GCCAsmStmt*>(this)->getInputExpr(i);
3255 Expr *getInputExpr(unsigned i);
3258 const Expr *getInputExpr(unsigned i) const {
3259 return const_cast<MSAsmStmt*>(this)->getInputExpr(i);

Completed in 18 milliseconds