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

  /external/clang/lib/AST/
Expr.cpp 727 CEE = NTTP->getReplacement()->IgnoreParenCasts();
733 CEE = BO->getRHS()->IgnoreParenCasts();
736 CEE = UO->getSubExpr()->IgnoreParenCasts();
    [all...]
  /external/clang/include/clang/AST/
Expr.h 576 /// IgnoreParenCasts - Ignore parentheses and casts. Strip off any ParenExpr
578 Expr *IgnoreParenCasts();
631 const Expr *IgnoreParenCasts() const {
632 return const_cast<Expr*>(this)->IgnoreParenCasts();
    [all...]

Completed in 75 milliseconds