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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 9015   switch (qual_type->getTypeClass()) {
 9019           llvm::cast<clang::RecordType>(qual_type.getTypePtr());
 9170           llvm::cast<clang::EnumType>(qual_type.getTypePtr());
 9193         llvm::cast<clang::ConstantArrayType>(qual_type.getTypePtr());
 9267         llvm::cast<clang::TypedefType>(qual_type)
 9295         llvm::cast<clang::AutoType>(qual_type)->getDeducedType();
 9321         llvm::cast<clang::ElaboratedType>(qual_type)->getNamedType();
 9347         llvm::cast<clang::ParenType>(qual_type)->desugar();