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

/frameworks/compile/slang/
H A Dslang_rs_check_ast.cpp48 clang::ImplicitCastExpr *ImplCast; local
50 ImplCast = clang::dyn_cast_or_null<clang::ImplicitCastExpr>(Expr);
52 if (!ImplCast) {
59 Ty = ImplCast->getSubExpr()->getType()->getPointeeType()

Completed in 511 milliseconds