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:IMPORT_EQUALS
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/binder/
H
A
D
variableFlags.h
41
_(
IMPORT_EQUALS
, ImportEqualsDecl)
96
_(
IMPORT_EQUALS
, ImportEqualsVariable) \
133
IMPORT_EQUALS
= 1 << 18,
member in panda::es2panda::binder::VariableFlags
179
IMPORT_EQUALS
,
member in panda::es2panda::binder::TSBindingType
H
A
D
scope.cpp
601
case DeclType::
IMPORT_EQUALS
: {
in AddBinding()
602
return AddTSBinding<ImportEqualsVariable>(allocator, newDecl, VariableFlags::
IMPORT_EQUALS
);
in AddBinding()
719
case DeclType::
IMPORT_EQUALS
: {
in AddBinding()
720
return AddTSBinding<ImportEqualsVariable>(allocator, newDecl, VariableFlags::
IMPORT_EQUALS
);
in AddBinding()
799
case DeclType::
IMPORT_EQUALS
: {
in AddBinding()
800
return AddTSBinding<ImportEqualsVariable>(allocator, newDecl, VariableFlags::
IMPORT_EQUALS
);
in AddBinding()
H
A
D
variable.h
344
return VariableType::
IMPORT_EQUALS
;
H
A
D
declaration.h
359
return DeclType::
IMPORT_EQUALS
;
H
A
D
binder.cpp
1062
fn(currentScope->FindLocalTSVariable<binder::TSBindingType::
IMPORT_EQUALS
>(name));
in FindIdentifierTSVariables()
1066
fn(currentScope->AsTSModuleScope()->FindExportTSVariable<binder::TSBindingType::
IMPORT_EQUALS
>(name));
in FindIdentifierTSVariables()
H
A
D
scope.h
1329
case VariableFlags::
IMPORT_EQUALS
: {
in AddTSBinding()
1330
return tsBindings_.AddTSVariable<TSBindingType::
IMPORT_EQUALS
>(
in AddTSBinding()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H
A
D
transformer.cpp
181
!currentScope->FindLocalTSVariable<binder::TSBindingType::
IMPORT_EQUALS
>(name)) {
in FindExportVariableInTsModuleScope()
1700
res = exportTSBindings->FindExportTSVariable<binder::TSBindingType::
IMPORT_EQUALS
>(name);
in FindTSModuleVariable()
1724
res = FindTSVariable<binder::TSBindingType::
IMPORT_EQUALS
>(currentScope, name);
in FindTSModuleVariable()
2344
binder::TSBindingType::
IMPORT_EQUALS
};
in FindFrontIdentifierTSVariables()
2416
case binder::TSBindingType::
IMPORT_EQUALS
: {
in FindLocalTSVariables()
2417
v = scope->FindLocalTSVariable<binder::TSBindingType::
IMPORT_EQUALS
>(name);
in FindLocalTSVariables()
2452
case binder::TSBindingType::
IMPORT_EQUALS
: {
in FindExportTSVariables()
2453
v = scope->AsTSModuleScope()->FindExportTSVariable<binder::TSBindingType::
IMPORT_EQUALS
>(name);
in FindExportTSVariables()
2514
v = exportTSBindings->FindExportTSVariable<binder::TSBindingType::
IMPORT_EQUALS
>(name);
in VerifyMemberExpressionDeque()
2529
case binder::VariableFlags::
IMPORT_EQUALS
in VerifyMemberExpressionDeque()
[all...]
/arkcompiler/ets_frontend/es2panda/parser/
H
A
D
statementParser.cpp
518
auto *var = scope->FindLocalTSVariable<binder::TSBindingType::
IMPORT_EQUALS
>(name);
in ParseTsImportEqualsDeclaration()
522
scope->AsTSModuleScope()->AddExportTSVariable<binder::TSBindingType::
IMPORT_EQUALS
>(name, var);
in ParseTsImportEqualsDeclaration()
3122
auto *var = scope->FindLocalTSVariable<binder::TSBindingType::
IMPORT_EQUALS
>(local->Name());
in ParseImportDefaultSpecifier()
Completed in 17 milliseconds