Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp2447 Expr *Expr::IgnoreCasts() { in IgnoreCasts() function in Expr
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h775 const Expr *IgnoreCasts() const LLVM_READONLY { in IgnoreCasts() function