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

  /external/clang/lib/AST/
Expr.cpp 785 const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(getCallee());
786 if (!ICE) // FIXME: deal with more complex calls (e.g. (func)(), (*func)()).
789 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ICE->getSubExpr());
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 60 milliseconds