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:paramScope_
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/binder/
H
A
D
scope.h
726
paramScope_
= paramScope;
in AssignParamScope()
731
return
paramScope_
;
in ParamScope()
736
return
paramScope_
;
in ParamScope()
741
ASSERT(
paramScope_
);
in AddBindsFromParam()
742
this->bindings_.insert(
paramScope_
->Bindings().begin(),
paramScope_
->Bindings().end());
in AddBindsFromParam()
751
T *
paramScope_
{nullptr};
1014
paramScope_
= allocator->New<FunctionParamScope>(allocator, this);
in GlobalScope()
1046
paramScope_
= allocator->New<FunctionParamScope>(allocator, this);
in ModuleScope()
1092
paramScope_
in TSModuleScope()
[all...]
H
A
D
scope.cpp
616
paramScope_
->selfScopeName_ = selfScopeName_;
in SetSelfScopeName()
617
paramScope_
->hasSelfScopeNameSet_ = true;
in SetSelfScopeName()
852
if (!newDecl->IsVarDecl() &&
paramScope_
->FindLocal(newDecl->Name())) {
in AddBinding()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H
A
D
scope.h
495
explicit ScopeWithParamScope(ArenaAllocator *allocator, Scope *parent) : E(allocator, parent),
paramScope_
(nullptr)
in ScopeWithParamScope()
508
paramScope_
= paramScope;
in AssignParamScope()
513
return
paramScope_
;
in ParamScope()
518
return
paramScope_
;
in ParamScope()
523
T *
paramScope_
;
member in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::ScopeWithParamScope
864
paramScope_
= paramScope;
in GlobalScope()
865
paramScope_
->BindFunctionScope(this);
in GlobalScope()
H
A
D
scope.cpp
1021
(
paramScope_
->FindLocal(newDecl->Name(), varbinder::ResolveBindingOptions::BINDINGS) != nullptr)) {
in AddBinding()
Completed in 8 milliseconds