Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp187 pg->SetSourceLocationFlag(lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION); in CompileFunction()
189 pg->SetSourceLocationFlag(lexer::SourceLocationFlag::VALID_SOURCE_LOCATION); in CompileFunction()
240 pg->SetSourceLocationFlag(lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION); in Compile()
243 pg->SetSourceLocationFlag(lexer::SourceLocationFlag::VALID_SOURCE_LOCATION); in Compile()
DregScope.cpp114 pg_->SetSourceLocationFlag(lexer::SourceLocationFlag::INVALID_SOURCE_LOCATION); in FunctionRegScope()
118 pg_->SetSourceLocationFlag(lexer::SourceLocationFlag::VALID_SOURCE_LOCATION); in FunctionRegScope()
DregAllocator.h41 void SetSourceLocationFlag(lexer::SourceLocationFlag flag) in SetSourceLocationFlag() function
Dpandagen.h233 void SetSourceLocationFlag(lexer::SourceLocationFlag flag) in SetSourceLocationFlag() function
235 ra_.SetSourceLocationFlag(flag); in SetSourceLocationFlag()