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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 9746     const clang::Type::TypeClass type_class = qual_type->getTypeClass();
 9750           qual_type->getAsCXXRecordDecl();
 9757           llvm::cast<clang::EnumType>(qual_type)->getDecl();
 9766           llvm::dyn_cast<clang::ObjCObjectType>(qual_type);
 9779       printf("typedef %s", llvm::cast<clang::TypedefType>(qual_type)
 9789                                        llvm::cast<clang::AutoType>(qual_type)
 9796           type.GetTypeSystem(), llvm::cast<clang::ElaboratedType>(qual_type)
 9804           llvm::cast<clang::ParenType>(qual_type)->desugar().getAsOpaquePtr()));