Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/token/
DsourceLocation.h30 INVALID_SOURCE_LOCATION enumerator
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp187 pg->SetSourceLocationFlag(lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION); in CompileFunction()
240 pg->SetSourceLocationFlag(lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION); in Compile()
DregScope.cpp114 pg_->SetSourceLocationFlag(lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION); in FunctionRegScope()
DregAllocator.h132 … bool isInvalid = GetSourceLocationFlag() == lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION; in Alloc()