Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp3057 Expr *Expr::IgnoreParenLValueCasts() { in IgnoreParenLValueCasts() function in Expr
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h923 const Expr *IgnoreParenLValueCasts() const { in IgnoreParenLValueCasts() function