Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dline_number_program.h58 source_code_ = File::EntityId(offset); in SetSourceCode()
66 return pf_.GetStringData(source_code_).data; in GetSourceCode()
71 return source_code_.IsValid(); in HasSourceCode()
113 File::EntityId source_code_; variable