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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 7154     const clang::Type::TypeClass type_class = qual_type->getTypeClass();
 7159             llvm::cast<clang::RecordType>(qual_type.getTypePtr());
 7253             llvm::dyn_cast<clang::ObjCObjectType>(qual_type.getTypePtr());
 7309           this, llvm::cast<clang::ObjCObjectPointerType>(qual_type.getTypePtr())
 7359           llvm::cast<clang::ReferenceType>(qual_type.getTypePtr());
 7379       return CompilerType(this, llvm::cast<clang::TypedefType>(qual_type)
 7387       return CompilerType(this, llvm::cast<clang::AutoType>(qual_type)
 7394       return CompilerType(this, llvm::cast<clang::ElaboratedType>(qual_type)
 7401       return CompilerType(this, llvm::cast<clang::ParenType>(qual_type)