Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp1233 size_t AppleObjCRuntimeV2::GetByteOffsetForIvar(CompilerType &parent_ast_type, in GetByteOffsetForIvar() argument
1237 ConstString class_name = parent_ast_type.GetTypeName(); in GetByteOffsetForIvar()
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp6442 CompilerType parent_ast_type = GetType(parent_qual_type); in GetChildCompilerTypeAtIndex() local
6444 parent_ast_type, ivar_decl->getNameAsString().c_str()); in GetChildCompilerTypeAtIndex()