Home
last modified time | relevance | path

Searched defs:ParamInfo (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.h54 struct ParamInfo { struct
72 const std::vector<ParamInfo> &GetParameterInfo(File::EntityId method_id) const; argument
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_extractor.h66 struct ParamInfo { struct
84 virtual const std::vector<ParamInfo> &GetParameterInfo(File::EntityId methodId) const; argument
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropJSModifyPropertyCheck.ts49 class ParamInfo { class