Home
last modified time | relevance | path

Searched refs:AsTExpr (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp338 const auto *AsTExpr = dyn_cast_or_null<TExpr>(TheExpr); in checkOpKind() local
339 if (AsTExpr && getOp(AsTExpr) == OpKind) in checkOpKind()
340 return AsTExpr; in checkOpKind()