reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 3072   const clang::Type::TypeClass type_class = qual_type->getTypeClass();
 3077           qual_type->getAsCXXRecordDecl();
 3083           llvm::cast<clang::RecordType>(qual_type.getTypePtr());
 3099             uint64_t field_bitwidth = getASTContext()->getTypeSize(qual_type);
 3142     return IsHomogeneousAggregate(llvm::cast<clang::TypedefType>(qual_type)
 3149     return IsHomogeneousAggregate(llvm::cast<clang::AutoType>(qual_type)
 3155     return IsHomogeneousAggregate(llvm::cast<clang::ElaboratedType>(qual_type)