Searched defs:isVoid (Results 1 – 6 of 6) sorted by relevance
109 bool isVoid() const { return (type == NPVariantType_Void); } in isVoid() function
86 bool isVoid() const { return (type == NPVariantType_Void); } in isVoid() function
96 isVoid = 39, // This has no value enumerator
87 bool isVoid() const { in isVoid() function
281 public void atMethodBody(Stmnt s, boolean isCons, boolean isVoid) in atMethodBody()
1727 bool isVoid = false; in AddOrdinaryNameResults() local