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:ForceSetParent
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
lambdaLowering.cpp
110
util::NodeAllocator::
ForceSetParent
<ir::TSTypeParameter>(allocator, newTypeParamId, nullptr, nullptr);
in CloneTypeParams()
145
auto *newIrTypeParams = util::NodeAllocator::
ForceSetParent
<ir::TSTypeParameterDeclaration>(
in CloneTypeParams()
167
auto newId = util::NodeAllocator::
ForceSetParent
<ir::Identifier>(
in CreateLambdaCalleeParameters()
169
auto param = util::NodeAllocator::
ForceSetParent
<ir::ETSParameterExpression>(allocator, newId, nullptr);
in CreateLambdaCalleeParameters()
265
auto *funcExpr = util::NodeAllocator::
ForceSetParent
<ir::FunctionExpression>(allocator, func);
in SetUpCalleeMethod()
266
auto *method = util::NodeAllocator::
ForceSetParent
<ir::MethodDefinition>(
in SetUpCalleeMethod()
362
auto func = util::NodeAllocator::
ForceSetParent
<ir::ScriptFunction>(
in CreateCalleeMethod()
574
auto *id = util::NodeAllocator::
ForceSetParent
<ir::Identifier>(
in CreateLambdaClassConstructor()
576
auto *param = util::NodeAllocator::
ForceSetParent
<ir::ETSParameterExpression>(allocator, id, nullptr);
in CreateLambdaClassConstructor()
599
auto *body = util::NodeAllocator::
ForceSetParent
<i
in CreateLambdaClassConstructor()
[all...]
H
A
D
boxingForLocals.cpp
140
auto *newInit = util::NodeAllocator::
ForceSetParent
<ir::ETSNewClassInstanceExpression>(
in HandleFunctionParam()
142
auto *newDeclarator = util::NodeAllocator::
ForceSetParent
<ir::VariableDeclarator>(
in HandleFunctionParam()
157
auto *newDeclaration = util::NodeAllocator::
ForceSetParent
<ir::VariableDeclaration>(
in HandleFunctionParam()
188
arg = util::NodeAllocator::
ForceSetParent
<ir::TSAsExpression>(
in HandleVariableDeclarator()
193
auto *newInit = util::NodeAllocator::
ForceSetParent
<ir::ETSNewClassInstanceExpression>(
in HandleVariableDeclarator()
195
auto *newDeclarator = util::NodeAllocator::
ForceSetParent
<ir::VariableDeclarator>(
in HandleVariableDeclarator()
H
A
D
localClassLowering.cpp
72
auto *leftHandSide = util::NodeAllocator::
ForceSetParent
<ir::MemberExpression>(
in CreateCtorFieldInit()
76
auto *initializer = util::NodeAllocator::
ForceSetParent
<ir::AssignmentExpression>(
in CreateCtorFieldInit()
79
return util::NodeAllocator::
ForceSetParent
<ir::ExpressionStatement>(allocator, initializer);
in CreateCtorFieldInit()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H
A
D
globalDeclTransformer.cpp
43
auto *funcExpr = util::NodeAllocator::
ForceSetParent
<ir::FunctionExpression>(allocator_, funcDecl->Function());
in VisitFunctionDeclaration()
52
auto *method = util::NodeAllocator::
ForceSetParent
<ir::MethodDefinition>(
in VisitFunctionDeclaration()
70
auto *field = util::NodeAllocator::
ForceSetParent
<ir::ClassProperty>(allocator_, id->Clone(allocator_, nullptr),
in VisitVariableDeclaration()
H
A
D
globalClassHandler.cpp
108
auto body = NodeAllocator::
ForceSetParent
<ir::BlockStatement>(allocator_, allocator_, std::move(statements));
in CreateGlobalMethod()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H
A
D
astBuilder.h
47
auto node = util::NodeAllocator::
ForceSetParent
<NodeType>(allocator_, std::forward<Args>(args)...);
in AllocNode()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H
A
D
blockStatement.cpp
45
auto retVal = util::NodeAllocator::
ForceSetParent
<ir::BlockStatement>(allocator, allocator, std::move(statements));
in Clone()
/arkcompiler/ets_frontend/ets2panda/ir/base/
H
A
D
scriptFunction.cpp
75
auto *res = util::NodeAllocator::
ForceSetParent
<ScriptFunction>(
in Clone()
/arkcompiler/ets_frontend/ets2panda/util/
H
A
D
helpers.h
77
static T *
ForceSetParent
(ArenaAllocator *alloc, Args &&...args)
in ForceSetParent()
function in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::util::NodeAllocator
/arkcompiler/ets_frontend/ets2panda/parser/
H
A
D
parserImpl.h
183
auto *ret = util::NodeAllocator::
ForceSetParent
<T>(
in AllocNode()
/arkcompiler/ets_frontend/ets2panda/checker/
H
A
D
ETSchecker.h
724
return util::NodeAllocator::
ForceSetParent
<T>(Allocator(), std::forward<Args>(args)...);
in AllocNode()
Completed in 15 milliseconds