Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExpr.cpp2933 Expr *Expr::IgnoreParenCasts() { in IgnoreParenCasts() function in Expr
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExpr.h879 const Expr *IgnoreParenCasts() const { in IgnoreParenCasts() function