Home
last modified time | relevance | path

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

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