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

  /external/clang/lib/Sema/
SemaStmtAsm.cpp 45 const Expr *E2 = E->IgnoreParenNoopCasts(S.Context);
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 279 Ex = Ex->IgnoreParenNoopCasts(C);
  /external/clang/include/clang/AST/
Expr.h 708 /// IgnoreParenNoopCasts - Ignore parentheses and casts that do not change the
711 Expr *IgnoreParenNoopCasts(ASTContext &Ctx) LLVM_READONLY;
745 const Expr *IgnoreParenNoopCasts(ASTContext &Ctx) const LLVM_READONLY {
746 return const_cast<Expr*>(this)->IgnoreParenNoopCasts(Ctx);
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 51 milliseconds