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 318 const Expr *AsmStmt::getOutputExpr(unsigned i) const {
320 return gccAsmStmt->getOutputExpr(i);
322 return msAsmStmt->getOutputExpr(i);
364 Expr *GCCAsmStmt::getOutputExpr(unsigned i) {
607 Expr *MSAsmStmt::getOutputExpr(unsigned i) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 332 milliseconds