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

Overrides

tools/lldb/include/lldb/Symbol/TypeSystem.h
  158   virtual bool IsAggregateType(lldb::opaque_compiler_type_t type) = 0;

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  518   bool IsAggregateType(lldb::opaque_compiler_type_t type) override;

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 2765     return IsAggregateType(llvm::cast<clang::AutoType>(qual_type)
 2769     return IsAggregateType(llvm::cast<clang::ElaboratedType>(qual_type)
 2773     return IsAggregateType(llvm::cast<clang::TypedefType>(qual_type)
 2778     return IsAggregateType(
 9470   if (IsAggregateType(type)) {