Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dlexer.h41 void PrepareForString(const std::string &src);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dlexer.cpp104 void MIRLexer::PrepareForString(const std::string &src) in PrepareForString() function in maple::MIRLexer
Dparser.cpp1344 lexer.PrepareForString(mod.GetFileText()); in PrepareParsingMIR()
1355 lexer.PrepareForString(src); in ParseTypeFromString()