Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp3045 Expr *Expr::IgnoreParenCasts() { in IgnoreParenCasts() function in Expr
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h903 const Expr *IgnoreParenCasts() const { in IgnoreParenCasts() function