Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExpr.cpp2504 Expr *Expr::IgnoreParenNoopCasts(ASTContext &Ctx) { in IgnoreParenNoopCasts() function in Expr
/external/clang/include/clang/AST/
DExpr.h774 const Expr *IgnoreParenNoopCasts(ASTContext &Ctx) const LLVM_READONLY { in IgnoreParenNoopCasts() function