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

  /external/clang/lib/Analysis/
ReachableCode.cpp 168 S = Ex->IgnoreCasts();
177 S = Ex->IgnoreCasts();
  /external/clang/include/clang/AST/
Expr.h 735 Expr *IgnoreCasts() LLVM_READONLY;
799 const Expr *IgnoreCasts() const LLVM_READONLY {
800 return const_cast<Expr*>(this)->IgnoreCasts();
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 77 milliseconds