Home
last modified time | relevance | path

Searched refs:ClassificationTypeToString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dclassifier.h52 char const *ClassificationTypeToString(ClassificationType type);
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dclassifier.cpp101 char const *ClassificationTypeToString(ClassificationType type) in ClassificationTypeToString() function
156 auto name = ClassificationTypeToString(classificationType); in GetSyntacticClassifications()
215 classifiedSpan->name = ClassificationTypeToString(type); in GetSemanticClassifications()