Home
last modified time | relevance | path

Searched defs:SetSource (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DimportExpressionBuilder.h29 ImportExpressionBuilder &SetSource(StringLiteral *source) in SetSource() function
DexportAllDeclarationBuilder.h29 ExportAllDeclarationBuilder &SetSource(StringLiteral *source) in SetSource() function
DimportDeclarationBuilder.h32 ImportDeclarationBuilder &SetSource(StringLiteral *source) in SetSource() function
/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h185 void SetSource(const util::StringView &sourceCode, const util::StringView &sourceFilePath, in SetSource() function
193 void SetSource(const ark::es2panda::SourceFile &sourceFile) in SetSource() function
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h128 void SetSource(const std::string &sourceCode, const std::string &sourceFile, bool isDtsFile) in SetSource() function