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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h77 GetByteOffsetForIvar (ClangASTType &parent_qual_type, const char *ivar_name);
/external/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h356 GetByteOffsetForIvar (ClangASTType &parent_qual_type, const char *ivar_name);
/external/lldb/source/Symbol/
H A DClangASTType.cpp2911 QualType parent_qual_type(GetCanonicalQualType());
2912 const clang::Type::TypeClass parent_type_class = parent_qual_type->getTypeClass();
2924 switch (cast<clang::BuiltinType>(parent_qual_type)->getKind())
2941 const RecordType *record_type = cast<RecordType>(parent_qual_type.getTypePtr());
3027 const ObjCObjectType *objc_class_type = dyn_cast<ObjCObjectType>(parent_qual_type.getTypePtr());
3103 ClangASTType parent_ast_type (m_ast, parent_qual_type);
3185 const VectorType *array = cast<VectorType>(parent_qual_type.getTypePtr());
3206 const ArrayType *array = cast<ArrayType>(parent_qual_type.getTypePtr());
3276 const ReferenceType *reference_type = cast<ReferenceType>(parent_qual_type.getTypePtr());
3317 ClangASTType typedefed_clang_type (m_ast, cast<TypedefType>(parent_qual_type)
[all...]
/external/lldb/source/Target/
H A DObjCLanguageRuntime.cpp150 ObjCLanguageRuntime::GetByteOffsetForIvar (ClangASTType &parent_qual_type, const char *ivar_name) argument

Completed in 144 milliseconds