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:GetASTFileType
(Results
1 - 22
of
22
) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H
A
D
hdi_code_generator.cpp
169
switch (ast->
GetASTFileType
()) {
in GenIpcCCode()
197
switch (ast->
GetASTFileType
()) {
in GenIpcCppCode()
225
switch (ast->
GetASTFileType
()) {
in GenIpcJavaCode()
244
switch (ast->
GetASTFileType
()) {
in GenPassthroughCCode()
268
switch (ast->
GetASTFileType
()) {
in GenPassthroughCppCode()
292
switch (ast->
GetASTFileType
()) {
in GenKernelCode()
313
switch (ast->
GetASTFileType
()) {
in GenLowCCode()
H
A
D
hdi_code_emitter.cpp
86
if (ast_->
GetASTFileType
() == ASTFileType::AST_IFACE || ast_->
GetASTFileType
() == ASTFileType::AST_ICALLBACK) {
in Reset()
100
} else if (ast_->
GetASTFileType
() == ASTFileType::AST_TYPES) {
in Reset()
102
} else if (ast_->
GetASTFileType
() == ASTFileType::AST_SEQUENCEABLE) {
in Reset()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/
H
A
D
java_client_interface_code_emitter.cpp
24
if (ast_->
GetASTFileType
() == ASTFileType::AST_IFACE || ast_->
GetASTFileType
() == ASTFileType::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
java_client_proxy_code_emitter.cpp
23
if (ast_->
GetASTFileType
() == ASTFileType::AST_IFACE || ast_->
GetASTFileType
() == ASTFileType::AST_ICALLBACK) {
in ResolveDirectory()
/foundation/ability/idl_tool/idl_tool_2/
H
A
D
main.cpp
55
(ast->
GetASTFileType
() != ASTFileType::AST_IFACE)) {
in DumpAst()
74
if (ast->
GetASTFileType
() == ASTFileType::AST_IFACE) {
in DumpMetaData()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/
H
A
D
sa_code_generator.cpp
61
if (ast->
GetASTFileType
() == ASTFileType::AST_IFACE) {
in DoGenerate()
H
A
D
sa_code_emitter.cpp
66
if ((ast == nullptr) || (ast->
GetASTFileType
() != ASTFileType::AST_IFACE)) {
in Reset()
/foundation/ability/idl_tool/idl_tool_2/parser/
H
A
D
intf_type_check.cpp
61
return importPair.second->
GetASTFileType
() != ASTFileType::AST_SEQUENCEABLE;
in CheckIntfSaAst()
193
switch (ast_->
GetASTFileType
()) {
in CheckIntfHdiAstFileType()
318
switch (ast_->
GetASTFileType
()) {
in CheckIntfSmAstFileType()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H
A
D
cpp_interface_code_emitter.cpp
24
if (ast_->
GetASTFileType
() == ASTFileType::AST_IFACE || ast_->
GetASTFileType
() == ASTFileType::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
cpp_service_impl_code_emitter.cpp
24
if (ast_->
GetASTFileType
() == ASTFileType::AST_IFACE || ast_->
GetASTFileType
() == ASTFileType::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
cpp_service_driver_code_emitter.cpp
25
if (ast_->
GetASTFileType
() != ASTFileType::AST_IFACE) {
in ResolveDirectory()
H
A
D
hdi_cpp_code_emitter.cpp
31
std::string fileName = (importAst->
GetASTFileType
() == ASTFileType::AST_SEQUENCEABLE) ?
in GetImportInclusions()
H
A
D
cpp_service_stub_code_emitter.cpp
24
if (ast_->
GetASTFileType
() == ASTFileType::AST_IFACE || ast_->
GetASTFileType
() == ASTFileType::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
cpp_custom_types_code_emitter.cpp
24
if (ast_->
GetASTFileType
() != ASTFileType::AST_TYPES) {
in ResolveDirectory()
H
A
D
cpp_client_proxy_code_emitter.cpp
25
if (ast_->
GetASTFileType
() == ASTFileType::AST_IFACE || ast_->
GetASTFileType
() == ASTFileType::AST_ICALLBACK) {
in ResolveDirectory()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H
A
D
c_interface_code_emitter.cpp
24
if (ast_->
GetASTFileType
() == ASTFileType::AST_IFACE || ast_->
GetASTFileType
() == ASTFileType::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
c_service_impl_code_emitter.cpp
24
if (ast_->
GetASTFileType
() == ASTFileType::AST_IFACE || ast_->
GetASTFileType
() == ASTFileType::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
c_service_stub_code_emitter.cpp
25
if (ast_->
GetASTFileType
() == ASTFileType::AST_IFACE || ast_->
GetASTFileType
() == ASTFileType::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
c_client_proxy_code_emitter.cpp
24
if (ast_->
GetASTFileType
() == ASTFileType::AST_IFACE || ast_->
GetASTFileType
() == ASTFileType::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
c_service_driver_code_emitter.cpp
29
if (ast_->
GetASTFileType
() != ASTFileType::AST_IFACE) {
in ResolveDirectory()
H
A
D
c_custom_types_code_emitter.cpp
25
if (ast_->
GetASTFileType
() != ASTFileType::AST_TYPES) {
in ResolveDirectory()
/foundation/ability/idl_tool/idl_tool_2/ast/
H
A
D
ast.h
74
ASTFileType
GetASTFileType
() const
in GetASTFileType()
function in OHOS::Idl::AST
Completed in 16 milliseconds