Home
last modified time | relevance | path

Searched defs:isClass (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java129 public boolean isClass() { return getVal(CAT) == CAT_CLASS; } in isClass() method in APIInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h1501 bool isClass() const { return IsClass; } in isClass() function
/third_party/typescript/src/services/
Dtypes.ts76 isClass(): this is InterfaceType; method
/third_party/typescript/lib/
DtypescriptServices.d.ts6142 isClass(): this is InterfaceType; method
Dtypescript.d.ts6142 isClass(): this is InterfaceType; method
Dtsserverlibrary.d.ts6142 isClass(): this is InterfaceType; method
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6142 isClass(): this is InterfaceType; method
Dtsserverlibrary.d.ts6142 isClass(): this is InterfaceType; method
/third_party/typescript/src/compiler/
Dchecker.ts7885 …const isClass = !!staticType.symbol?.valueDeclaration && isClassLike(staticType.symbol.valueDeclar… constant