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
defs:classScope
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
interfacePropertyDeclarations.cpp
71
auto
classScope
= NearestScope(field);
in GenerateGetterOrSetter()
local
H
A
D
unionLowering.cpp
78
auto *
classScope
= dummyClass->Scope()->AsClassScope();
in CreateUnionFieldClassProperty()
local
H
A
D
lambdaLowering.cpp
333
auto *
classScope
= info->calleeClass->Definition()->Scope()->AsClassScope();
in CreateCalleeMethod()
local
/arkcompiler/ets_frontend/es2panda/binder/
H
A
D
scope.cpp
312
const auto *
classScope
= iter->AsClassScope();
in FindPrivateName()
local
H
A
D
binder.cpp
830
auto *
classScope
= childNode->AsClassDefinition()->Scope();
in ResolveReference()
local
1131
const auto *
classScope
= scope->AsClassScope();
in CheckPrivateDeclaration()
local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
utilityTypeHandlers.cpp
407
ir::MethodDefinition *ETSChecker::CreateNonStaticClassInitializer(varbinder::ClassScope *
classScope
,
in CreateNonStaticClassInitializer()
argument
H
A
D
helpers.cpp
2390
GenerateDefaultGetterSetter(ir::ClassProperty *const property, ir::ClassProperty *const field, varbinder::ClassScope *
classScope
, bool isSetter, ETSChecker *checker)
GenerateDefaultGetterSetter()
argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H
A
D
scopesInitPhase.cpp
140
auto *
classScope
= classCtx.GetScope();
in VisitClassDefinition()
local
1110
auto *
classScope
= classCtx.GetScope();
in VisitClassDefinition()
local
Completed in 15 milliseconds