Searched defs:isClass (Results 1 – 9 of 9) sorted by relevance
129 public boolean isClass() { return getVal(CAT) == CAT_CLASS; } in isClass() method in APIInfo
1501 bool isClass() const { return IsClass; } in isClass() function
76 isClass(): this is InterfaceType; method
6142 isClass(): this is InterfaceType; method
7885 …const isClass = !!staticType.symbol?.valueDeclaration && isClassLike(staticType.symbol.valueDeclar… constant