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

Overrides

tools/lldb/include/lldb/Symbol/TypeSystem.h
  426   virtual uint32_t IsHomogeneousAggregate(lldb::opaque_compiler_type_t type,

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  543   uint32_t IsHomogeneousAggregate(lldb::opaque_compiler_type_t type,

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 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)