Home
last modified time | relevance | path

Searched defs:Source (Results 1 – 12 of 12) 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/ets/
DetsImportSource.h37 const ir::StringLiteral *Source() const in Source() function
42 ir::StringLiteral *Source() in Source() function
DetsImportDeclaration.h61 StringLiteral *Source() const in Source() function
/arkcompiler/ets_frontend/ets2panda/ir/module/
DimportDeclaration.h34 const StringLiteral *Source() const in Source() function
39 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
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.cpp102 using Source = std::tuple<AstPath, PhaseName>; typedef in ark::es2panda::compiler::ASTVerificationRunner