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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1446 const clang::FunctionType* FuncType = PointeeType->getAs<clang::FunctionType>(); local
1448 if (!FuncType) {
1452 RetTy = FuncType->getReturnType();

Completed in 36 milliseconds