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...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 265 Ex = Ex->IgnoreParenNoopCasts(C);
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 62 const Expr *E2 = E->IgnoreParenNoopCasts(S.Context);
  /external/clang/include/clang/AST/
Expr.h 643 /// IgnoreParenNoopCasts - Ignore parentheses and casts that do not change the
646 Expr *IgnoreParenNoopCasts(ASTContext &Ctx) LLVM_READONLY;
680 const Expr *IgnoreParenNoopCasts(ASTContext &Ctx) const LLVM_READONLY {
681 return const_cast<Expr*>(this)->IgnoreParenNoopCasts(Ctx);
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 252 milliseconds