Searched refs:ImplCast (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_check_ast.cpp51 clang::ImplicitCastExpr *ImplCast; local
53 ImplCast = clang::dyn_cast_or_null<clang::ImplicitCastExpr>(Expr);
55 if (!ImplCast) {
62 Ty = ImplCast->getSubExpr()->getType()->getPointeeType()

Completed in 40 milliseconds