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:HasDecl
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H
A
D
etsImportDeclaration.h
41
bool
HasDecl
() const
in HasDecl()
function in ark::es2panda::ir::ETSImportDeclaration
43
return source_->
HasDecl
();
in HasDecl()
48
return !
HasDecl
() && Language().IsDynamic();
in IsPureDynamic()
H
A
D
etsImportSource.h
62
bool
HasDecl
() const
in HasDecl()
function in ark::es2panda::ir::ImportSource
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H
A
D
etsDynamicType.h
54
bool
HasDecl
() const
in HasDecl()
function in ark::es2panda::checker::ETSDynamicType
/arkcompiler/ets_frontend/ets2panda/util/
H
A
D
importPathManager.cpp
68
if (auto it = dynamicPaths.find(importPath.Mutf8()); it != dynamicPaths.cend() && !it->second.
HasDecl
()) {
in ResolvePath()
210
return {it->second.GetLanguage(), key, it->second.
HasDecl
()};
in GetImportData()
H
A
D
arktsconfig.h
70
bool
HasDecl
() const
in HasDecl()
function in ark::es2panda::ArkTsConfig::DynamicImportData
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
arithmetic.cpp
726
if (rightType->IsETSDynamicType() && !rightType->AsETSDynamicType()->
HasDecl
()) {
in CheckBinaryOperatorInstanceOf()
H
A
D
object.cpp
1831
if (target->IsETSDynamicType() && !target->AsETSDynamicType()->
HasDecl
()) {
/arkcompiler/ets_frontend/ets2panda/checker/
H
A
D
ETSAnalyzer.cpp
451
if (calleeType->IsETSDynamicType() && !calleeType->AsETSDynamicType()->
HasDecl
()) {
in Check()
1147
if (calleeType->IsETSDynamicType() && !calleeType->AsETSDynamicType()->
HasDecl
()) {
in GetCallExpressionReturnType()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
ETSGen.cpp
698
ASSERT(node->Right()->TsType()->AsETSDynamicType()->
HasDecl
());
in IsInstanceDynamic()
Completed in 14 milliseconds