Home
last modified time | relevance | path

Searched defs:IgnoreCasts (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExpr.cpp2348 Expr *Expr::IgnoreCasts() { in IgnoreCasts() function in Expr
/external/clang/include/clang/AST/
DExpr.h807 const Expr *IgnoreCasts() const LLVM_READONLY { in IgnoreCasts() function