Home
last modified time | relevance | path

Searched refs:BaseName (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A DerrorLogger.cpp24 *ostream_ << error.TypeString() << ": " << error.Message() << " [" << util::BaseName(error.File()) << ":" in WriteLog()
H A Doptions.h60 T BaseName(T const &path) in BaseName() function
H A Doptions.cpp343 compilerOutput = RemoveExtension(BaseName(sourceFile)).append(".abc"); in ParseInputOutput()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTypeReference.cpp66 BaseName()->Dump(dumper); in Dump()
78 ir::Identifier *TSTypeReference::BaseName() const in BaseName() function in ark::es2panda::ir::TSTypeReference
H A DtsTypeReference.h45 ir::Identifier *BaseName() const;
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsTypeReference.h39 ir::Identifier *BaseName() const;
H A DetsTypeReference.cpp41 ir::Identifier *ETSTypeReference::BaseName() const in BaseName() function in ark::es2panda::ir::ETSTypeReference
/arkcompiler/ets_frontend/ets2panda/aot/
H A Dmain.cpp69 std::cout << " [" << (err.File().empty() ? util::BaseName(options->SourceFile()) : util::BaseName(err.File())) in CompileFromSource()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DetsWarningAnalyzer.cpp391 throw Error(ErrorType::ETS_WARNING, ark::es2panda::util::BaseName(program_->SourceFilePath().Utf8()), message, in ETSThrowWarning()
396 << " [" << ark::es2panda::util::BaseName(program_->SourceFilePath().Utf8()) << ":" << location.line << ":" in ETSThrowWarning()
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.h144 static T BaseName(T const &path, T const &delims = std::string(panda::os::file::File::GetPathDelim()));
225 T Helpers::BaseName(T const &path, T const &delims) in BaseName() function in panda::es2panda::panda::panda::es2panda::panda::panda::es2panda::panda::es2panda::panda::es2panda::util::SignedNumberLiteral::Helpers
/arkcompiler/ets_frontend/es2panda/aot/
H A Doptions.cpp596 compilerOutput_ = RemoveExtension(util::Helpers::BaseName(sourceFile_)).append(".abc"); in Parse()
603 RemoveExtension(util::Helpers::BaseName(compilerOutput_)); in Parse()
/arkcompiler/ets_frontend/es2panda/
H A Des2panda.cpp290 std::cerr << " [" << util::Helpers::BaseName(src->fileName) << ":" in CompileFile()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.cpp858 auto *baseName = typeRef->BaseName(); in HandleCustomNodes()

Completed in 10 milliseconds