Home
last modified time | relevance | path

Searched defs:AsSrc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeRelation.h76 explicit AsSrc(const Type *type) : type_(const_cast<Type *>(type)) {} in AsSrc() function
/arkcompiler/ets_frontend/ets2panda/util/
Ddiagnostic.h110 explicit AsSrc(const checker::Type *type) : type_(const_cast<checker::Type *>(type)) {} in AsSrc() function