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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 9475     const clang::Type::TypeClass type_class = qual_type->getTypeClass();
 9478       qual_type = llvm::cast<clang::ElaboratedType>(qual_type)->getNamedType();
 9478       qual_type = llvm::cast<clang::ElaboratedType>(qual_type)->getNamedType();
 9479       return DumpTypeValue(qual_type.getAsOpaquePtr(), s, format, data, byte_offset, byte_size,
 9486           llvm::cast<clang::TypedefType>(qual_type)
 9514         return DumpEnumValue(qual_type, s, data, byte_offset, byte_size,