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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 5968   const clang::Type::TypeClass type_class = qual_type->getTypeClass();
 5973           llvm::cast<clang::RecordType>(qual_type.getTypePtr());
 6020         qual_type->getAs<clang::ObjCObjectPointerType>();
 6042           llvm::dyn_cast<clang::ObjCObjectType>(qual_type.getTypePtr());
 6056     return CompilerType(this, llvm::cast<clang::TypedefType>(qual_type)
 6064     return CompilerType(this, llvm::cast<clang::AutoType>(qual_type)
 6071     return CompilerType(this, llvm::cast<clang::ElaboratedType>(qual_type)
 6078     return CompilerType(this, llvm::cast<clang::ParenType>(qual_type)