Home
last modified time | relevance | path

Searched refs:IgnoreCasts (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Analysis/
DReachableCode.cpp168 S = Ex->IgnoreCasts(); in isConfigurationValue()
177 S = Ex->IgnoreCasts(); in isConfigurationValue()
/external/clang/include/clang/AST/
DExpr.h706 Expr *IgnoreCasts() LLVM_READONLY;
770 const Expr *IgnoreCasts() const LLVM_READONLY { in IgnoreCasts() function
771 return const_cast<Expr*>(this)->IgnoreCasts(); in IgnoreCasts()
/external/clang/lib/AST/
DExpr.cpp2406 Expr *Expr::IgnoreCasts() { in IgnoreCasts() function in Expr