Home
last modified time | relevance | path

Searched defs:newStrLiteralType (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DstringLiteral.cpp45 auto *newStrLiteralType = checker->Allocator()->New<checker::StringLiteralType>(str_); in Check() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DtypeCreation.cpp52 auto *newStrLiteralType = allocator_->New<StringLiteralType>(str); in CreateStringLiteralType() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DtypeCreation.cpp51 auto *newStrLiteralType = Allocator()->New<StringLiteralType>(str); in CreateStringLiteralType() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp1111 auto *newStrLiteralType = checker->Allocator()->New<checker::StringLiteralType>(expr->Str()); in Check() local

Completed in 5 milliseconds