Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Imported
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/module/
H
A
D
importSpecifier.h
31
Identifier *
Imported
()
in Imported()
function in ark::es2panda::ir::ImportSpecifier
36
const Identifier *
Imported
() const
in Imported()
function in ark::es2panda::ir::ImportSpecifier
/arkcompiler/ets_frontend/es2panda/ir/module/
H
A
D
importSpecifier.h
41
const Identifier *
Imported
() const
in Imported()
function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ImportSpecifier
/arkcompiler/ets_frontend/ets2panda/checker/ets/dynamic/
H
A
D
dynamicCall.cpp
49
calleeName.emplace_back(data->specifier->AsImportSpecifier()->
Imported
()->Name());
in ResolveCall()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H
A
D
ETSBinder.cpp
435
importSpecifier->
Imported
()->SetVariable(specDecl.variable);
in AddDynamicSpecifiersToTopBindings()
669
ThrowError(importPath->Start(), "
Imported
element not exported '" + var->Declaration()->Name().Mutf8() + "'");
in ValidateImportVariable()
721
if (!importSpecifier->
Imported
()->IsIdentifier()) {
in AddImportSpecifiersToTopBindings()
725
auto imported = importSpecifier->
Imported
()->Name();
in AddImportSpecifiersToTopBindings()
729
!item->AsImportSpecifier()->Local()->Name().Is(item->AsImportSpecifier()->
Imported
()->Name().Mutf8())) {
in AddImportSpecifiersToTopBindings()
730
imported = item->AsImportSpecifier()->
Imported
()->Name();
in AddImportSpecifiersToTopBindings()
740
importSpecifier->
Imported
()->SetVariable(var);
in AddImportSpecifiersToTopBindings()
/arkcompiler/ets_frontend/ets2panda/util/
H
A
D
helpers.cpp
455
auto newIdentName = specifier->
Imported
()->Name();
in CheckImportedName()
460
auto savedIdentName = it->
Imported
()->Name();
in CheckImportedName()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H
A
D
importExportDecls.cpp
211
importedSpecifiersForExportCheck_.emplace(spec->AsImportSpecifier()->
Imported
()->Name());
in VisitETSImportDeclaration()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H
A
D
declgenEts2Ts.cpp
445
const auto imported = specifier->AsImportSpecifier()->
Imported
()->Name();
in GenImportDeclaration()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
helpers.cpp
1301
if (item->IsImportSpecifier() && item->AsImportSpecifier()->
Imported
()->Name().Is(name.Mutf8())) {
in FindSpecifierForModuleObject()
1302
if (!item->AsImportSpecifier()->
Imported
()->Name().Is(item->AsImportSpecifier()->Local()->Name().Mutf8())) {
in FindSpecifierForModuleObject()
2666
lastObjectType->AddReExportAlias(specifier->
Imported
()->Name(), specifier->Local()->Name());
in ImportNamespaceObjectTypeAddReExportType()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H
A
D
scopesInitPhase.cpp
300
const auto *imported = importSpec->
Imported
();
in VisitImportSpecifier()
/arkcompiler/ets_frontend/es2panda/parser/
H
A
D
statementParser.cpp
2265
auto importName = specifier->AsImportSpecifier()->
Imported
()->Name();
in AddImportEntryItemForImportSpecifier()
2267
auto importId = specifier->AsImportSpecifier()->
Imported
();
in AddImportEntryItemForImportSpecifier()
/arkcompiler/ets_frontend/ets2panda/parser/
H
A
D
ETSparser.cpp
1017
exports.emplace_back(AllocNode<ir::ExportSpecifier>(spec->Local(), spec->
Imported
()));
in ParseExport()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
ETSGen.cpp
274
auto *id = data->specifier->AsImportSpecifier()->
Imported
();
in LoadDynamicModuleVariable()
Completed in 25 milliseconds