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

  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CGExprConstant.cpp 507 if (!isa<AddrLabelExpr>(E->getLHS()->IgnoreParenNoopCasts(CGM.getContext())) ||
508 !isa<AddrLabelExpr>(E->getRHS()->IgnoreParenNoopCasts(CGM.getContext())))
    [all...]
  /external/clang/include/clang/AST/
Expr.h 583 /// IgnoreParenNoopCasts - Ignore parentheses and casts that do not change the
586 Expr *IgnoreParenNoopCasts(ASTContext &Ctx);
613 const Expr *IgnoreParenNoopCasts(ASTContext &Ctx) const {
614 return const_cast<Expr*>(this)->IgnoreParenNoopCasts(Ctx);
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 2259 milliseconds