Home
last modified time | relevance | path

Searched defs:Source (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DimportExpression.h32 Expression *Source() in Source() function
37 Expression const *Source() const in Source() function
/arkcompiler/ets_frontend/ets2panda/ir/module/
DimportDeclaration.h37 const StringLiteral *Source() const in Source() function
42 StringLiteral *Source() in Source() function
DexportAllDeclaration.h32 const StringLiteral *Source() const in Source() function
DexportNamedDeclaration.h58 const StringLiteral *Source() const in Source() function
/arkcompiler/ets_frontend/es2panda/ir/module/
DexportAllDeclaration.h44 const StringLiteral *Source() const in Source() function
DimportDeclaration.h49 const StringLiteral *Source() const in Source() function
DexportNamedDeclaration.h74 const StringLiteral *Source() const in Source() function
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeConverter.cpp34 Type *TypeConverter::Source() const in Source() function in ark::es2panda::checker::TypeConverter
/arkcompiler/ets_frontend/arkguard/src/utils/
DSourceMapMergingUtil.ts49 export class Source implements BaseSource { class