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:ScopeType
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/binder/
H
A
D
scope.h
195
virtual
ScopeType
Type() const = 0;
200
return Type() ==
ScopeType
::scopeType; \
217
return Type() >
ScopeType
::LOCAL;
in IsVariableScope()
222
return Type() >=
ScopeType
::FUNCTION;
in IsFunctionVariableScope()
621
ScopeType
Type() const override
623
return
ScopeType
::PARAM;
683
ScopeType
Type() const override
685
return
ScopeType
::FUNCTION_PARAM;
758
ScopeType
Type() const override
760
return
ScopeType
[all...]
H
A
D
variableFlags.h
67
enum class
ScopeType
{
class
H
A
D
scope.cpp
175
if (iter->Type() ==
ScopeType
::CLASS) {
in Find()
311
if (iter->Type() ==
ScopeType
::CLASS) {
in FindPrivateName()
H
A
D
binder.cpp
713
if (scope_->Type() ==
ScopeType
::TSMODULE) {
in ResolveReference()
1130
if (scope->Type() ==
ScopeType
::CLASS) {
in CheckPrivateDeclaration()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H
A
D
scope.h
81
virtual
ScopeType
Type() const = 0;
87
return Type() ==
ScopeType
::scopeType; \
104
return Type() >
ScopeType
::LOCAL;
in IsVariableScope()
109
return Type() >=
ScopeType
::FUNCTION;
in IsFunctionVariableScope()
423
ScopeType
Type() const override
425
return
ScopeType
::PARAM;
475
ScopeType
Type() const override
477
return
ScopeType
::FUNCTION_PARAM;
531
ScopeType
Type() const override
533
return
ScopeType
[all...]
H
A
D
scope.cpp
971
loopType_ =
ScopeType
::LOOP_DECL;
in ConvertToVariableScope()
978
if (loopType_ ==
ScopeType
::LOOP_DECL) {
in ConvertToVariableScope()
992
if (loopType_ !=
ScopeType
::LOCAL) {
in ConvertToVariableScope()
1000
loopType_ =
ScopeType
::LOOP;
in ConvertToVariableScope()
1005
if (loopType_ ==
ScopeType
::LOOP) {
in ConvertToVariableScope()
H
A
D
variableFlags.h
70
enum class
ScopeType
{
class
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
localClassLowering.cpp
91
ASSERT(classDef->Scope()->Type() == varbinder::
ScopeType
::CLASS);
in CreateClassPropertiesForCapturedVariables()
/arkcompiler/toolchain/tooling/base/
H
A
D
pt_types.h
1465
enum class
ScopeType
: uint8_t {
class in panda::ecmascript::tooling::final
Completed in 15 milliseconds