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:TypedBinder
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/varbinder/
H
A
D
TypedBinder.h
22
class
TypedBinder
: public VarBinder {
class
24
explicit
TypedBinder
(ArenaAllocator *allocator) : VarBinder(allocator) {}
in TypedBinder()
function in ark::es2panda::varbinder::TypedBinder
26
NO_COPY_SEMANTIC(
TypedBinder
);
27
NO_MOVE_SEMANTIC(
TypedBinder
);
28
~
TypedBinder
() override = default;
H
A
D
TSBinder.h
19
#include "varbinder/
TypedBinder
.h"
22
class TSBinder : public
TypedBinder
{
24
explicit TSBinder(ArenaAllocator *allocator) :
TypedBinder
(allocator) {}
in TSBinder()
H
A
D
TypedBinder.cpp
16
#include "
TypedBinder
.h"
25
void
TypedBinder
::BuildSignatureDeclarationBaseParams(ir::AstNode *typeNode)
in BuildSignatureDeclarationBaseParams()
66
void
TypedBinder
::HandleCustomNodes(ir::AstNode *childNode)
in HandleCustomNodes()
H
A
D
ETSBinder.h
19
#include "varbinder/
TypedBinder
.h"
40
class ETSBinder : public
TypedBinder
{
43
:
TypedBinder
(allocator),
in ETSBinder()
/arkcompiler/ets_frontend/ets2panda/checker/
H
A
D
ETSAnalyzerHelpers.cpp
64
varbinder::
TypedBinder
::MANDATORY_PARAM_THIS);
in ReplaceThisInExtensionMethod()
70
varbinder::
TypedBinder
::MANDATORY_PARAM_THIS, checker->Allocator());
in ReplaceThisInExtensionMethod()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
lambdaLowering.cpp
281
varBinder->AddMandatoryParam(varbinder::
TypedBinder
::MANDATORY_PARAM_THIS);
in SetUpCalleeMethod()
536
return (name == varbinder::
TypedBinder
::MANDATORY_PARAM_THIS) ? "$extensionThis" : name;
in AvoidMandatoryThis()
/arkcompiler/ets_frontend/ets2panda/parser/
H
A
D
ETSparser.cpp
1448
auto *paramIdent = AllocNode<ir::Identifier>(varbinder::
TypedBinder
::MANDATORY_PARAM_THIS, Allocator());
in CreateParameterThis()
Completed in 10 milliseconds