Searched refs:resultType (Results 1 – 2 of 2) sorted by relevance
164 clang::QualType resultType = FD->getReturnType().getCanonicalType(); in ValidateFunctionDecl() local168 if (!RSExportType::ValidateType(Context, C, resultType, FD, in ValidateFunctionDecl()
233 clang::QualType resultType = kernel->getReturnType().getCanonicalType(); in VisitCallExpr() local234 const unsigned numOutputsExpected = resultType->isVoidType() ? 0 : 1; in VisitCallExpr()