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 339 const Expr *AsmStmt::getOutputExpr(unsigned i) const {
341 return gccAsmStmt->getOutputExpr(i);
343 return msAsmStmt->getOutputExpr(i);
385 Expr *GCCAsmStmt::getOutputExpr(unsigned i) {
628 Expr *MSAsmStmt::getOutputExpr(unsigned i) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 33 milliseconds