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:ResolvedSource
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H
A
D
etsImportDeclaration.h
66
StringLiteral *
ResolvedSource
()
in ResolvedSource()
function in ark::es2panda::ir::ETSImportDeclaration
68
return source_->
ResolvedSource
();
in ResolvedSource()
71
const StringLiteral *
ResolvedSource
() const
in ResolvedSource()
function in ark::es2panda::ir::ETSImportDeclaration
73
return source_->
ResolvedSource
();
in ResolvedSource()
H
A
D
etsImportSource.h
47
const ir::StringLiteral *
ResolvedSource
() const
in ResolvedSource()
function in ark::es2panda::ir::ImportSource
52
ir::StringLiteral *
ResolvedSource
()
in ResolvedSource()
function in ark::es2panda::ir::ImportSource
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
packageImplicitImport.cpp
80
return prog->SourceFilePath() == stmt->AsETSImportDeclaration()->
ResolvedSource
()->Str();
in ValidateImportDeclarationsSourcePath()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H
A
D
ETSBinder.cpp
568
if (auto source = import->
ResolvedSource
()->Str(), program = item->GetProgramPath();
in AddImportNamespaceSpecifiersToTopBindings()
628
if (auto source = import->
ResolvedSource
()->Str(), program = item->GetProgramPath();
in FindImportDeclInReExports()
644
GetExternalProgram(item->GetETSImportDeclarations()->
ResolvedSource
()->Str(), importPath);
in FindImportDeclInReExports()
734
util::StringView nameToSearchFor = FindNameInAliasMap(import->
ResolvedSource
()->Str(), imported);
in AddImportSpecifiersToTopBindings()
825
const util::StringView sourceName = import->
ResolvedSource
()->Str();
in AddSpecifiersToTopBindings()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
dynamic.cpp
414
if (ark::os::file::File::IsRegularFile(import->
ResolvedSource
()->Str().Mutf8())) {
in ClassInitializerFromImport()
416
util::UString(ark::os::RemoveExtension(import->
ResolvedSource
()->Str().Mutf8()), Allocator()).View()));
in ClassInitializerFromImport()
418
callParams.push_back(import->
ResolvedSource
());
in ClassInitializerFromImport()
H
A
D
helpers.cpp
2658
if (!importDecl->
ResolvedSource
()->Str().Is(item->GetProgramPath().Mutf8())) {
in ImportNamespaceObjectTypeAddReExportType()
2674
auto importPath = importDecl->
ResolvedSource
()->Str();
in GetImportSpecifierObjectType()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H
A
D
importExportDecls.cpp
70
if (MatchResolvedPathWithProgram(stmt->
ResolvedSource
()->Str().Utf8(), first)) {
in CollectImportedProgramsFromStmts()
/arkcompiler/ets_frontend/ets2panda/util/
H
A
D
helpers.cpp
495
auto fileName = statement->
ResolvedSource
()->Str();
in CheckDefaultImport()
/arkcompiler/ets_frontend/ets2panda/checker/
H
A
D
ETSAnalyzer.cpp
2686
importDecl->AsETSImportDeclaration()->
ResolvedSource
()->Str(), expr->Right()->Name())
in Check()
Completed in 14 milliseconds