Home
last modified time | relevance | path

Searched defs:visit_callback_type (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/taihe/parse/
Dconvert.py293 def visit_callback_type(self, node: ast.CallbackType) -> CallbackTypeRefDecl: member in AstConverter
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Danalyses.py361 def visit_callback_type(self, t: CallbackType) -> AbstractTypeABIInfo: member in TypeABIInfo
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Danalyses.py404 def visit_callback_type(self, t: CallbackType) -> AbstractTypeCppInfo: member in TypeCppInfo
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dvisitor.py155 def visit_callback_type(self, t: "CallbackType") -> T: member in TypeVisitor
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Danalyses.py2220 def visit_callback_type(self, t: CallbackType) -> AbstractTypeANIInfo: member in TypeANIInfo