Searched refs:isVoid (Results 1 – 3 of 3) sorted by relevance
60 if (!getType()->isVoid()) { in generateSource()80 if (var->getType()->isVoid()) { in processContents()
90 bool isVoid() const;
223 bool Type::isVoid() const { in isVoid() function in android::Type