Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp2873 Expr *Expr::IgnoreParenLValueCasts() { in IgnoreParenLValueCasts() function in Expr
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h902 const Expr *IgnoreParenLValueCasts() const { in IgnoreParenLValueCasts() function