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 346 const Expr *AsmStmt::getOutputExpr(unsigned i) const {
348 return gccAsmStmt->getOutputExpr(i);
350 return msAsmStmt->getOutputExpr(i);
397 Expr *GCCAsmStmt::getOutputExpr(unsigned i) {
669 Expr *MSAsmStmt::getOutputExpr(unsigned i) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 200 milliseconds