Searched defs:lineIndex (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | concurrent.cpp | 31 void Concurrent::SetConcurrent(ir::ScriptFunction *func, const ir::AstNode * node, const lexer::LineIndex &lineIndex) in SetConcurrent() argument 41 void Concurrent::ThrowInvalidConcurrentFunction(const lexer::LineIndex &lineIndex, const ir::AstNode *expr, in ThrowInvalidConcurrentFunction() argument 64 void Concurrent::ProcessConcurrent(const lexer::LineIndex &lineIndex, const ir::AstNode *node, in ProcessConcurrent() argument
|
| H A D | helpers.cpp | 818 void Helpers::ScanDirectives(ir::ScriptFunction *func, const lexer::LineIndex &lineIndex, bool enableSendableClass, in ScanDirectives() argument 851 SetFuncFlagsForDirectives(const ir::StringLiteral *strLit, ir::ScriptFunction *func, const lexer::LineIndex &lineIndex, bool enableSendableClass, bool enableSendableFunc) SetFuncFlagsForDirectives() argument
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| H A D | quick_fix_manager.cpp | 276 size_t lineIndex = 0; // index of "\n". in ParseStackInfo() local
|
| /arkcompiler/ets_frontend/es2panda/lexer/ |
| H A D | lexer.cpp | 215 lexer::LineIndex lineIndex = parserContext_->GetProgram()->GetLineIndex(); in ThrowError() local
|
Completed in 4 milliseconds