Home
last modified time | relevance | path

Searched defs:child_type (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/test/API/lang/c/local_types/
H A DTestUseClosestType.py25 def run_and_check_expr(self, num_children, child_type): argument
/llvm-project/flang/test/Evaluate/
H A Dfolding12.f907 type, extends(parent_type) :: child_type type
63 type, extends(parent_type) :: child_type type
100 type, extends(parent_type) :: child_type type
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp118 CompilerType child_type = *child_type_or_err; in GetChildAtIndex() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9371 CountDeclLevels(clang::DeclContext * frame_decl_ctx,clang::DeclContext * child_decl_ctx,ConstString * child_name,CompilerType * child_type) CountDeclLevels() argument