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

  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 604 /// IgnoreParenNoopCasts - Ignore parentheses and casts that do not change the
607 Expr *IgnoreParenNoopCasts(ASTContext &Ctx);
634 const Expr *IgnoreParenNoopCasts(ASTContext &Ctx) const {
635 return const_cast<Expr*>(this)->IgnoreParenNoopCasts(Ctx);
    [all...]

Completed in 50 milliseconds