Searched refs:AsTExpr (Results 1 – 1 of 1) sorted by relevance
338 const auto *AsTExpr = dyn_cast_or_null<TExpr>(TheExpr); in checkOpKind() local339 if (AsTExpr && getOp(AsTExpr) == OpKind) in checkOpKind()340 return AsTExpr; in checkOpKind()