Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExpr.cpp2413 Expr *Expr::IgnoreParenImpCasts() { in IgnoreParenImpCasts() function in Expr
/external/clang/include/clang/AST/
DExpr.h757 const Expr *IgnoreParenImpCasts() const LLVM_READONLY { in IgnoreParenImpCasts() function