Lines Matching full:reinterpret_cast
45 …ctx->getCurrentTokenValue(reinterpret_cast<es2panda_Context *>(context), static_cast<std::size_t>(… in impl_getCurrentTokenValue()
54 …new DiagnosticReferences(ctx->getSemanticDiagnostics(reinterpret_cast<es2panda_Context *>(context)… in TS_INTEROP_2()
62 auto info = ctx->getClassPropertyInfo(reinterpret_cast<es2panda_Context *>(context), in TS_INTEROP_1()
70 auto info = reinterpret_cast<std::vector<FieldsInfo> *>(infoPtr); in TS_INTEROP_3()
81 auto info = reinterpret_cast<FieldsInfo *>(infoPtr); in TS_INTEROP_1()
88 auto info = reinterpret_cast<FieldsInfo *>(infoPtr); in TS_INTEROP_1()
99 auto info = reinterpret_cast<FieldListProperty *>(infoPtr); in TS_INTEROP_1()
106 auto info = reinterpret_cast<FieldListProperty *>(infoPtr); in TS_INTEROP_1()
117 auto info = reinterpret_cast<FieldListProperty *>(infoPtr); in TS_INTEROP_1()
124 auto info = reinterpret_cast<FieldListProperty *>(infoPtr); in TS_INTEROP_1()
131 auto info = reinterpret_cast<FieldListProperty *>(infoPtr); in TS_INTEROP_1()
140 …new DiagnosticReferences(ctx->getSyntacticDiagnostics(reinterpret_cast<es2panda_Context *>(context… in TS_INTEROP_1()
147 auto *diagRefs = reinterpret_cast<DiagnosticReferences *>(diagRefsPtr); in TS_INTEROP_1()
158 auto *diagRef = reinterpret_cast<Diagnostic *>(diagRefPtr); in TS_INTEROP_1()
165 auto *diagRef = reinterpret_cast<Diagnostic *>(diagRefPtr); in TS_INTEROP_1()
172 auto *range = reinterpret_cast<Range *>(rangePtr); in TS_INTEROP_1()
179 auto *range = reinterpret_cast<Range *>(rangePtr); in TS_INTEROP_1()
186 auto *pos = reinterpret_cast<Position *>(posPtr); in TS_INTEROP_1()
193 auto *pos = reinterpret_cast<Position *>(posPtr); in TS_INTEROP_1()
200 auto *diagRef = reinterpret_cast<Diagnostic *>(diagRefPtr); in TS_INTEROP_1()
207 auto *diagRef = reinterpret_cast<Diagnostic *>(diagRefPtr); in TS_INTEROP_1()
214 auto *diagRef = reinterpret_cast<Diagnostic *>(diagRefPtr); in TS_INTEROP_1()
221 auto *codeDescrRef = reinterpret_cast<CodeDescription *>(codeDescrRefPtr); in TS_INTEROP_1()
228 auto *diagRef = reinterpret_cast<Diagnostic *>(diagRefPtr); in TS_INTEROP_1()
240 auto *diagRef = reinterpret_cast<Diagnostic *>(diagRefPtr); in TS_INTEROP_1()
247 auto *diagRef = reinterpret_cast<Diagnostic *>(diagRefPtr); in TS_INTEROP_1()
258 auto *relatedInfoRef = reinterpret_cast<DiagnosticRelatedInformation *>(relatedInfoPtr); in TS_INTEROP_1()
265 auto *relatedInfoRef = reinterpret_cast<DiagnosticRelatedInformation *>(relatedInfoPtr); in TS_INTEROP_1()
272 auto *locRef = reinterpret_cast<Location *>(locPtr); in TS_INTEROP_1()
279 auto *locRef = reinterpret_cast<Location *>(locPtr); in TS_INTEROP_1()
286 auto *diagRef = reinterpret_cast<Diagnostic *>(diagRefPtr); in TS_INTEROP_1()
294 … return static_cast<KBoolean>(ctx->isPackageModule(reinterpret_cast<es2panda_Context *>(context))); in TS_INTEROP_1()
302 … GetStringCopy(filenamePtr), reinterpret_cast<es2panda_Context *>(context), isPackageModule != 0)); in TS_INTEROP_1()
311 …ctx->getDeclInfo(reinterpret_cast<es2panda_Context *>(context), static_cast<std::size_t>(position)… in TS_INTEROP_3()
324 … reinterpret_cast<es2panda_Context *>(context), static_cast<std::size_t>(position), properties)); in TS_INTEROP_2()
331 auto *info = reinterpret_cast<ark::es2panda::lsp::RefactorEditInfo *>(infoPtr); in TS_INTEROP_3()
342 auto *info = reinterpret_cast<FileTextChanges *>(infoPtr); in TS_INTEROP_1()
349 auto *info = reinterpret_cast<FileTextChanges *>(infoPtr); in TS_INTEROP_1()
360 auto *info = reinterpret_cast<TextChange *>(infoPtr); in TS_INTEROP_1()
367 auto *info = reinterpret_cast<TextChange *>(infoPtr); in TS_INTEROP_1()
374 …auto *completionEntryDetails = reinterpret_cast<CompletionEntryDetails *>(completionEntryDetailsPt… in TS_INTEROP_1()
385 …auto *completionEntryDetails = reinterpret_cast<CompletionEntryDetails *>(completionEntryDetailsPt… in TS_INTEROP_1()
392 auto *refPtr = reinterpret_cast<CompletionEntryDetails *>(ref); in TS_INTEROP_1()
399 auto *refPtr = reinterpret_cast<CompletionEntryDetails *>(ref); in TS_INTEROP_1()
406 auto *refPtr = reinterpret_cast<CompletionEntryDetails *>(ref); in TS_INTEROP_1()
415 ctx->FindSafeDeleteLocation(reinterpret_cast<es2panda_Context *>(context), in TS_INTEROP_1()
416 … reinterpret_cast<std::tuple<std::string, std::string> *>(declInfo))); in TS_INTEROP_1()
423 auto *locations = reinterpret_cast<std::vector<SafeDeleteLocation> *>(safeDeleteLocationsPtr); in TS_INTEROP_2()
434 auto *location = reinterpret_cast<SafeDeleteLocation *>(locationPtr); in TS_INTEROP_1()
441 auto *location = reinterpret_cast<SafeDeleteLocation *>(locationPtr); in TS_INTEROP_1()
448 auto *location = reinterpret_cast<SafeDeleteLocation *>(locationPtr); in TS_INTEROP_1()
456 …auto *ref = new References(ctx->getReferencesAtPosition(reinterpret_cast<es2panda_Context *>(conte… in TS_INTEROP_1()
457 … reinterpret_cast<DeclInfo *>(declInfo))); in TS_INTEROP_1()
464 auto *refsPtr = reinterpret_cast<References *>(refs); in TS_INTEROP_2()
475 auto *refPtr = reinterpret_cast<ReferenceInfo *>(ref); in TS_INTEROP_1()
482 auto *refPtr = reinterpret_cast<ReferenceInfo *>(ref); in TS_INTEROP_1()
489 auto *refPtr = reinterpret_cast<ReferenceInfo *>(ref); in TS_INTEROP_1()
496 auto *declInfoPtr = reinterpret_cast<DeclInfo *>(declInfo); in TS_INTEROP_1()
503 auto *declInfoPtr = reinterpret_cast<DeclInfo *>(declInfo); in TS_INTEROP_1()
512 … reinterpret_cast<es2panda_Context *>(context), position)); in TS_INTEROP_1()
521 ctx->getCompletionsAtPosition(reinterpret_cast<es2panda_Context *>(context), position)); in TS_INTEROP_3()
529 …auto result = ctx->OrganizeImportsImpl(reinterpret_cast<es2panda_Context *>(context), GetStringCop… in TS_INTEROP_2()
536 auto *vec = reinterpret_cast<std::vector<FileTextChanges> *>(fileTextChangesVecPtr); in TS_INTEROP_2()
547 auto *ftc = reinterpret_cast<FileTextChanges *>(fileTextChangesPtr); in TS_INTEROP_1()
554 auto *ftc = reinterpret_cast<FileTextChanges *>(fileTextChangesPtr); in TS_INTEROP_1()
565 auto *tc = reinterpret_cast<TextChange *>(textChangePtr); in TS_INTEROP_1()
572 auto *tc = reinterpret_cast<TextChange *>(textChangePtr); in TS_INTEROP_1()
583 reinterpret_cast<es2panda_Context *>(context), position)); in TS_INTEROP_1()
591 …auto *defInfo = new DefinitionInfo(ctx->getImplementationAtPosition(reinterpret_cast<es2panda_Cont… in TS_INTEROP_4()
600 …auto *defInfo = new DefinitionInfo(ctx->getDefinitionAtPosition(reinterpret_cast<es2panda_Context … in TS_INTEROP_2()
608 auto *defInfo = reinterpret_cast<DefinitionInfo *>(defPtr); in TS_INTEROP_2()
615 auto *defInfo = reinterpret_cast<DefinitionInfo *>(defPtr); in TS_INTEROP_1()
622 auto *defInfo = reinterpret_cast<DefinitionInfo *>(defPtr); in TS_INTEROP_1()
631 ctx->getDocumentHighlights(reinterpret_cast<es2panda_Context *>(context), pos)); in TS_INTEROP_1()
638 auto *dhr = reinterpret_cast<DocumentHighlightsReferences *>(doc); in TS_INTEROP_2()
651 …new DiagnosticReferences(ctx->getSuggestionDiagnostics(reinterpret_cast<es2panda_Context *>(contex… in TS_INTEROP_1()
658 auto *refPtr = reinterpret_cast<SymbolDisplayPart *>(ref); in TS_INTEROP_1()
665 auto *refPtr = reinterpret_cast<SymbolDisplayPart *>(ref); in TS_INTEROP_1()
672 auto *quickInfo = reinterpret_cast<QuickInfo *>(quickInfoPtr); in TS_INTEROP_1()
679 auto *refPtr = reinterpret_cast<QuickInfo *>(ref); in TS_INTEROP_1()
686 auto *refPtr = reinterpret_cast<QuickInfo *>(ref); in TS_INTEROP_1()
698 …new ClassHierarchy(ctx->getClassHierarchyInfo(reinterpret_cast<es2panda_Context *>(context), posit… in TS_INTEROP_1()
705 auto *infosPtr = reinterpret_cast<ClassHierarchy *>(infos); in TS_INTEROP_2()
719 auto *infoPtr = reinterpret_cast<ClassHierarchyInfo *>(info); in TS_INTEROP_1()
729 auto *infoPtr = reinterpret_cast<ClassHierarchyInfo *>(info); in TS_INTEROP_1()
746 auto *infoPtr = reinterpret_cast<ClassHierarchyInfo *>(info); in TS_INTEROP_1()
763 auto *itemPtr = reinterpret_cast<ClassHierarchyItem *>(item); in TS_INTEROP_1()
773 auto *itemPtr = reinterpret_cast<ClassMethodItem *>(item); in TS_INTEROP_1()
783 auto *itemPtr = reinterpret_cast<ClassHierarchyItem *>(item); in TS_INTEROP_1()
798 …static_cast<KInt>(ctx->getAliasScriptElementKind(reinterpret_cast<es2panda_Context *>(context), po… in TS_INTEROP_1()
810 …ctx->getClassHierarchiesImpl(reinterpret_cast<es2panda_Context *>(context), GetStringCopy(fileName… in TS_INTEROP_2()
824 …reinterpret_cast<es2panda_Context *>(context), GetStringCopy(kindPtr), static_cast<std::size_t>(po… in TS_INTEROP_3()
831 …auto *infos = reinterpret_cast<std::vector<ark::es2panda::lsp::ApplicableRefactorInfo> *>(infosPtr… in TS_INTEROP_3()
842 … auto *refactorAction = reinterpret_cast<ark::es2panda::lsp::RefactorAction *>(refactorActionPtr); in TS_INTEROP_1()
849 … auto *refactorAction = reinterpret_cast<ark::es2panda::lsp::RefactorAction *>(refactorActionPtr); in TS_INTEROP_1()
856 … auto *refactorAction = reinterpret_cast<ark::es2panda::lsp::RefactorAction *>(refactorActionPtr); in TS_INTEROP_1()
863 … auto *applRefsInfo = reinterpret_cast<ark::es2panda::lsp::ApplicableRefactorInfo *>(applRefsPtr); in TS_INTEROP_1()
870 … auto *applRefsInfo = reinterpret_cast<ark::es2panda::lsp::ApplicableRefactorInfo *>(applRefsPtr); in TS_INTEROP_1()
877 … auto *applRefsInfo = reinterpret_cast<ark::es2panda::lsp::ApplicableRefactorInfo *>(applRefsPtr); in TS_INTEROP_1()
884 …auto *infos = reinterpret_cast<std::vector<ark::es2panda::lsp::ClassHierarchyItemInfo> *>(infosPtr… in TS_INTEROP_1()
895 auto *info = reinterpret_cast<ark::es2panda::lsp::ClassHierarchyItemInfo *>(infoPtr); in TS_INTEROP_1()
902 auto *info = reinterpret_cast<ark::es2panda::lsp::ClassHierarchyItemInfo *>(infoPtr); in TS_INTEROP_1()
909 auto *info = reinterpret_cast<ark::es2panda::lsp::ClassHierarchyItemInfo *>(infoPtr); in TS_INTEROP_1()
917 auto *info = reinterpret_cast<ark::es2panda::lsp::ClassHierarchyItemInfo *>(infoPtr); in TS_INTEROP_1()
931 auto *info = reinterpret_cast<ark::es2panda::lsp::ClassHierarchyItemInfo *>(infoPtr); in TS_INTEROP_1()
945 auto *info = reinterpret_cast<ark::es2panda::lsp::ClassHierarchyItemInfo *>(infoPtr); in TS_INTEROP_1()
959 auto *info = reinterpret_cast<ark::es2panda::lsp::ClassHierarchyItemInfo *>(infoPtr); in TS_INTEROP_1()
973 auto *details = reinterpret_cast<ark::es2panda::lsp::ClassRelationDetails *>(detailsPtr); in TS_INTEROP_1()
980 auto *details = reinterpret_cast<ark::es2panda::lsp::ClassRelationDetails *>(detailsPtr); in TS_INTEROP_1()
987 auto *details = reinterpret_cast<ark::es2panda::lsp::ClassRelationDetails *>(detailsPtr); in TS_INTEROP_1()
994 auto *quickInfo = reinterpret_cast<QuickInfo *>(quickInfoPtr); in TS_INTEROP_1()
1005 auto *textSpan = reinterpret_cast<TextSpan *>(textSpanPtr); in TS_INTEROP_1()
1012 auto *textSpan = reinterpret_cast<TextSpan *>(textSpanPtr); in TS_INTEROP_1()
1019 auto *quickInfo = reinterpret_cast<QuickInfo *>(quickInfoPtr); in TS_INTEROP_1()
1032 auto *highlight = reinterpret_cast<HighlightSpan *>(highlightPtr); in TS_INTEROP_2()
1039 auto *highlight = reinterpret_cast<HighlightSpan *>(highlightPtr); in TS_INTEROP_1()
1046 auto *highlight = reinterpret_cast<HighlightSpan *>(highlightPtr); in TS_INTEROP_1()
1053 auto *highlight = reinterpret_cast<HighlightSpan *>(highlightPtr); in TS_INTEROP_1()
1060 auto *highlight = reinterpret_cast<HighlightSpan *>(highlightPtr); in TS_INTEROP_1()
1067 auto *documentHighlights = reinterpret_cast<DocumentHighlights *>(documentHighlightsPtr); in TS_INTEROP_1()
1079 reinterpret_cast<DocumentHighlightsReferences *>(documentHighlightsReferencesPtr); in TS_INTEROP_1()
1090 auto *entryData = reinterpret_cast<ark::es2panda::lsp::CompletionEntryData *>(entryDataPtr); in TS_INTEROP_1()
1097 auto *entryData = reinterpret_cast<ark::es2panda::lsp::CompletionEntryData *>(entryDataPtr); in TS_INTEROP_1()
1104 auto *entryData = reinterpret_cast<ark::es2panda::lsp::CompletionEntryData *>(entryDataPtr); in TS_INTEROP_1()
1111 auto *entryData = reinterpret_cast<ark::es2panda::lsp::CompletionEntryData *>(entryDataPtr); in TS_INTEROP_1()
1118 auto *entry = reinterpret_cast<ark::es2panda::lsp::CompletionEntry *>(entryPtr); in TS_INTEROP_1()
1125 auto *entry = reinterpret_cast<ark::es2panda::lsp::CompletionEntry *>(entryPtr); in TS_INTEROP_1()
1132 auto *entry = reinterpret_cast<ark::es2panda::lsp::CompletionEntry *>(entryPtr); in TS_INTEROP_1()
1139 auto *entry = reinterpret_cast<ark::es2panda::lsp::CompletionEntry *>(entryPtr); in TS_INTEROP_1()
1146 auto *entry = reinterpret_cast<ark::es2panda::lsp::CompletionEntry *>(entryPtr); in TS_INTEROP_1()
1158 … auto *completionInfo = reinterpret_cast<ark::es2panda::lsp::CompletionInfo *>(completionInfoPtr); in TS_INTEROP_1()
1169 auto *loc = reinterpret_cast<ReferenceLocation *>(locPtr); in TS_INTEROP_1()
1176 auto *loc = reinterpret_cast<ReferenceLocation *>(locPtr); in TS_INTEROP_1()
1183 auto *loc = reinterpret_cast<ReferenceLocation *>(locPtr); in TS_INTEROP_1()
1190 auto *loc = reinterpret_cast<ReferenceLocation *>(locPtr); in TS_INTEROP_1()
1197 auto *loc = reinterpret_cast<ReferenceLocation *>(locPtr); in TS_INTEROP_1()
1204 auto *loc = reinterpret_cast<ReferenceLocation *>(locPtr); in TS_INTEROP_1()
1211 auto *list = reinterpret_cast<ReferenceLocationList *>(listPtr); in TS_INTEROP_1()
1223 …return static_cast<KBoolean>(ctx->getSafeDeleteInfo(reinterpret_cast<es2panda_Context *>(context),… in TS_INTEROP_1()
1231 ctx->toLineColumnOffset(reinterpret_cast<es2panda_Context *>(context), position)); in TS_INTEROP_2()
1238 auto *loc = reinterpret_cast<ark::es2panda::lsp::LineAndCharacter *>(locPtr); in TS_INTEROP_2()
1245 auto *loc = reinterpret_cast<ark::es2panda::lsp::LineAndCharacter *>(locPtr); in TS_INTEROP_1()
1253 …auto *info = new TypeHierarchiesInfo(ctx->getTypeHierarchies(reinterpret_cast<es2panda_Context *>(… in TS_INTEROP_1()
1254 … reinterpret_cast<es2panda_Context *>(context), in TS_INTEROP_1()
1262 auto *info = reinterpret_cast<TypeHierarchiesInfo *>(infoPtr); in TS_INTEROP_3()
1269 auto *info = reinterpret_cast<TypeHierarchiesInfo *>(infoPtr); in TS_INTEROP_1()
1276 auto *info = reinterpret_cast<TypeHierarchiesInfo *>(infoPtr); in TS_INTEROP_1()
1283 auto *info = reinterpret_cast<TypeHierarchiesInfo *>(infoPtr); in TS_INTEROP_1()
1290 auto *info = reinterpret_cast<TypeHierarchiesInfo *>(infoPtr); in TS_INTEROP_1()
1297 auto *info = reinterpret_cast<TypeHierarchiesInfo *>(infoPtr); in TS_INTEROP_1()
1304 auto *info = reinterpret_cast<TypeHierarchies *>(infoPtr); in TS_INTEROP_1()
1311 auto *info = reinterpret_cast<TypeHierarchies *>(infoPtr); in TS_INTEROP_1()
1318 auto *info = reinterpret_cast<TypeHierarchies *>(infoPtr); in TS_INTEROP_1()
1325 auto *info = reinterpret_cast<TypeHierarchies *>(infoPtr); in TS_INTEROP_1()
1336 auto *info = reinterpret_cast<TypeHierarchies *>(infoPtr); in TS_INTEROP_1()
1348 errorCodesInt = std::vector<int>(reinterpret_cast<int *>(errorCodesPtr), in TS_INTEROP_1()
1349 reinterpret_cast<int *>(errorCodesPtr) + codeLength); in TS_INTEROP_1()
1353 …auto autofix = ctx->getCodeFixesAtPosition(reinterpret_cast<es2panda_Context *>(context), startPos… in TS_INTEROP_1()
1361 …auto *getCodeFixActionInfoList = reinterpret_cast<CodeFixActionInfoList *>(codeFixActionInfoListPt… in TS_INTEROP_5()
1372 auto *info = reinterpret_cast<CodeActionInfo *>(infoPtr); in TS_INTEROP_1()
1383 auto *info = reinterpret_cast<CodeActionInfo *>(infoPtr); in TS_INTEROP_1()
1390 auto *info = reinterpret_cast<CodeFixActionInfo *>(infoPtr); in TS_INTEROP_1()
1397 auto *info = reinterpret_cast<CodeFixActionInfo *>(infoPtr); in TS_INTEROP_1()
1404 auto *info = reinterpret_cast<CodeFixActionInfo *>(infoPtr); in TS_INTEROP_1()
1413 …ctx->getSpanOfEnclosingComment(reinterpret_cast<es2panda_Context *>(context), position, onlyMultiL… in TS_INTEROP_1()
1420 auto *hint = reinterpret_cast<InlayHint *>(hintPtr); in TS_INTEROP_3()
1427 auto *hint = reinterpret_cast<InlayHint *>(hintPtr); in TS_INTEROP_1()
1434 auto *hint = reinterpret_cast<InlayHint *>(hintPtr); in TS_INTEROP_1()
1441 auto *hint = reinterpret_cast<InlayHint *>(hintPtr); in TS_INTEROP_1()
1448 auto *hint = reinterpret_cast<InlayHint *>(hintPtr); in TS_INTEROP_1()
1455 auto *inlayHintList = reinterpret_cast<InlayHintList *>(inlayHintListPtr); in TS_INTEROP_1()
1468 …ctx->provideInlayHints(reinterpret_cast<es2panda_Context *>(context), reinterpret_cast<TextSpan *>… in TS_INTEROP_1()
1475 auto *parameterRef = reinterpret_cast<SignatureHelpParameter *>(parameterPtr); in TS_INTEROP_2()
1482 auto *parameterRef = reinterpret_cast<SignatureHelpParameter *>(parameterPtr); in TS_INTEROP_1()
1493 auto *parameterRef = reinterpret_cast<SignatureHelpParameter *>(parameterPtr); in TS_INTEROP_1()
1504 auto *itemRef = reinterpret_cast<SignatureHelpItem *>(itemPtr); in TS_INTEROP_1()
1515 auto *itemRef = reinterpret_cast<SignatureHelpItem *>(itemPtr); in TS_INTEROP_1()
1526 auto *itemRef = reinterpret_cast<SignatureHelpItem *>(itemPtr); in TS_INTEROP_1()
1537 auto *itemRef = reinterpret_cast<SignatureHelpItem *>(itemPtr); in TS_INTEROP_1()
1548 auto *itemRef = reinterpret_cast<SignatureHelpItem *>(itemPtr); in TS_INTEROP_1()
1559 auto *itemsRef = reinterpret_cast<SignatureHelpItems *>(itemsPtr); in TS_INTEROP_1()
1570 auto *itemsRef = reinterpret_cast<SignatureHelpItems *>(itemsPtr); in TS_INTEROP_1()
1577 auto *itemsRef = reinterpret_cast<SignatureHelpItems *>(itemsPtr); in TS_INTEROP_1()
1584 auto *itemsRef = reinterpret_cast<SignatureHelpItems *>(itemsPtr); in TS_INTEROP_1()
1591 auto *itemsRef = reinterpret_cast<SignatureHelpItems *>(itemsPtr); in TS_INTEROP_1()
1600 …new SignatureHelpItems(ctx->getSignatureHelpItems(reinterpret_cast<es2panda_Context *>(context), p… in TS_INTEROP_1()