Home
last modified time | relevance | path

Searched refs:GetLineIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.h90 lexer::LineIndex &GetLineIndex() const;
Demitter.cpp105 lexer::LineIndex &FunctionEmitter::GetLineIndex() const in GetLineIndex() function in panda::es2panda::compiler::FunctionEmitter
107 return const_cast<lexer::LineIndex &>(pg_->Binder()->Program()->GetLineIndex()); in GetLineIndex()
185 (GetLineIndex().GetLocation(astNode->Range().start).col - 1) : INVALID_COL; in GenInstructionDebugInfo()
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h108 const lexer::LineIndex &GetLineIndex() const in GetLineIndex() function
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp302 … util::Concurrent::VerifyImportVarForConcurrentFunction(Program()->GetLineIndex(), ident, res); in LookupIdentReference()
655 Program()->GetLineIndex()); in ResolveReference()