Home
last modified time | relevance | path

Searched refs:parent_qual_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp159 size_t ObjCLanguageRuntime::GetByteOffsetForIvar(CompilerType &parent_qual_type, in GetByteOffsetForIvar() argument
H A DObjCLanguageRuntime.h306 virtual size_t GetByteOffsetForIvar(CompilerType &parent_qual_type,
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6207 clang::QualType parent_qual_type( in GetChildCompilerTypeAtIndex() local
6210 parent_qual_type->getTypeClass(); in GetChildCompilerTypeAtIndex()
6226 switch (llvm::cast<clang::BuiltinType>(parent_qual_type)->getKind()) { in GetChildCompilerTypeAtIndex()
6244 llvm::cast<clang::RecordType>(parent_qual_type.getTypePtr()); in GetChildCompilerTypeAtIndex()
6361 llvm::dyn_cast<clang::ObjCObjectType>(parent_qual_type.getTypePtr()); in GetChildCompilerTypeAtIndex()
6442 CompilerType parent_ast_type = GetType(parent_qual_type); in GetChildCompilerTypeAtIndex()
6521 llvm::cast<clang::VectorType>(parent_qual_type.getTypePtr()); in GetChildCompilerTypeAtIndex()