Home
last modified time | relevance | path

Searched defs:getSymbolCount (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h133 uint32_t getSymbolCount() { in getSymbolCount() function
/third_party/typescript/lib/
Dtypescript.d.ts2304 getSymbolCount(): number; method
DtypescriptServices.d.ts2304 getSymbolCount(): number; method
Dtsserverlibrary.d.ts2304 getSymbolCount(): number; method
DtypingsInstaller.js50824getSymbolCount: function () { return ts.sum(host.getSourceFiles(), "symbolCount") + symbolCount; }, method
121773 getSymbolCount: function () { return getTypeChecker().getSymbolCount(); }, method
Dtsc.js41816getSymbolCount: function () { return ts.sum(host.getSourceFiles(), "symbolCount") + symbolCount; }, method
101024 getSymbolCount: function () { return getTypeChecker().getSymbolCount(); }, method
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2304 getSymbolCount(): number; method
Dtsserverlibrary.d.ts2304 getSymbolCount(): number; method