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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 7425     const clang::Type::TypeClass type_class = qual_type->getTypeClass();
 7431             llvm::cast<clang::RecordType>(qual_type.getTypePtr());
 7483             llvm::dyn_cast<clang::ObjCObjectType>(qual_type.getTypePtr());
 7521           this, llvm::cast<clang::ObjCObjectPointerType>(qual_type.getTypePtr())
 7571           llvm::cast<clang::ReferenceType>(qual_type.getTypePtr());
 7583           llvm::cast<clang::PointerType>(qual_type.getTypePtr());
 7611       return CompilerType(this, llvm::cast<clang::AutoType>(qual_type)
 7617       return CompilerType(this, llvm::cast<clang::ElaboratedType>(qual_type)
 7623       return CompilerType(this, llvm::cast<clang::ParenType>(qual_type)
 7629       return CompilerType(this, llvm::cast<clang::TypedefType>(qual_type)