Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExpr.cpp2036 Expr *Expr::IgnoreParenLValueCasts() { in IgnoreParenLValueCasts() function in Expr
/external/clang/include/clang/AST/
DExpr.h579 const Expr *IgnoreParenLValueCasts() const { in IgnoreParenLValueCasts() function