Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DExpr.cpp2444 Expr *Expr::IgnoreParenImpCasts() { in IgnoreParenImpCasts() function in Expr
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DExpr.h696 const Expr *IgnoreParenImpCasts() const LLVM_READONLY { in IgnoreParenImpCasts() function