Home
last modified time | relevance | path

Searched refs:CreateEscapedString (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.h144 static std::string CreateEscapedString(const std::string &str);
Dhelpers.cpp634 std::string Helpers::CreateEscapedString(const std::string &str) in CreateEscapedString() function in panda::es2panda::util::Helpers
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp1851 errMsg.append(util::Helpers::CreateEscapedString(text)); in ParseTypeDeclaration()