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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 5818   const clang::Type::TypeClass type_class = qual_type->getTypeClass();
 5823           llvm::dyn_cast<clang::RecordType>(qual_type.getTypePtr());
 5840     count = CompilerType(this, llvm::cast<clang::TypedefType>(qual_type)
 5848     count = CompilerType(this, llvm::cast<clang::AutoType>(qual_type)
 5855     count = CompilerType(this, llvm::cast<clang::ElaboratedType>(qual_type)
 5865             llvm::cast<clang::ParenType>(qual_type)->desugar().getAsOpaquePtr())
 5871         qual_type->getAs<clang::ObjCObjectPointerType>();
 5890           llvm::dyn_cast<clang::ObjCObjectType>(qual_type.getTypePtr());