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:GlobalClass
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/parser/program/
H
A
D
program.h
150
ir::ClassDefinition *
GlobalClass
()
in GlobalClass()
function in ark::es2panda::ark::es2panda::ark::es2panda::parser::Program
155
const ir::ClassDefinition *
GlobalClass
() const
in GlobalClass()
function in ark::es2panda::ark::es2panda::ark::es2panda::parser::Program
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H
A
D
debugInfoDeserializer.cpp
166
program->
GlobalClass
()->AddProperties(
in CreateIrGlobalVariable()
195
method->SetParent(program->
GlobalClass
());
in CreateIrGlobalMethods()
/arkcompiler/ets_frontend/ets2panda/evaluate/
H
A
D
irCheckHelper.cpp
99
auto *globalClass = program->
GlobalClass
();
in CheckGlobalEntity()
H
A
D
scopedDebugInfoPlugin.cpp
342
auto *globalClass = program->
GlobalClass
();
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H
A
D
scopesInitPhase.cpp
758
auto globalClass = mainProg->
GlobalClass
();
in HandleProgram()
1064
auto globalId = program->
GlobalClass
()->Ident();
in AddGlobalToBinder()
1071
auto classCtx = LexicalScopeCreateOrEnter<varbinder::ClassScope>(program->VarBinder(), program->
GlobalClass
());
in AddGlobalToBinder()
1072
classCtx.GetScope()->BindNode(program->
GlobalClass
());
in AddGlobalToBinder()
1073
program->
GlobalClass
()->SetScope(classCtx.GetScope());
in AddGlobalToBinder()
1075
auto *classDecl = program->
GlobalClass
()->Parent();
in AddGlobalToBinder()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H
A
D
globalClassHandler.cpp
313
ir::ClassDefinition *const globalClass = program->
GlobalClass
();
in SetupGlobalMethods()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H
A
D
ETSBinder.cpp
76
globalRecordTable_.SetClassDefinition(Program()->
GlobalClass
());
in IdentifierAnalysis()
81
ASSERT(globalRecordTable_.ClassDefinition() == Program()->
GlobalClass
());
in IdentifierAnalysis()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
dynamic.cpp
533
auto *globalClass = VarBinder()->Program()->
GlobalClass
();
H
A
D
assignAnalyzer.cpp
186
globalClass_ = program->
GlobalClass
();
in Analyze()
Completed in 11 milliseconds