HomeSort by relevance Sort by last modified time
    Searched defs:getOutputExpr (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
Stmt.cpp 340 const Expr *AsmStmt::getOutputExpr(unsigned i) const {
342 return gccAsmStmt->getOutputExpr(i);
344 return msAsmStmt->getOutputExpr(i);
386 Expr *GCCAsmStmt::getOutputExpr(unsigned i) {
629 Expr *MSAsmStmt::getOutputExpr(unsigned i) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 43 milliseconds