Home
last modified time | relevance | path

Searched refs:parent_ast_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h69 size_t GetByteOffsetForIvar(CompilerType &parent_ast_type,
H A DAppleObjCRuntimeV2.cpp1228 size_t AppleObjCRuntimeV2::GetByteOffsetForIvar(CompilerType &parent_ast_type, in GetByteOffsetForIvar() argument
1232 ConstString class_name = parent_ast_type.GetTypeName(); in GetByteOffsetForIvar()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6438 CompilerType parent_ast_type = GetType(parent_qual_type); in GetChildCompilerTypeAtIndex() local
6440 parent_ast_type, ivar_decl->getNameAsString().c_str()); in GetChildCompilerTypeAtIndex()