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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 2561   const clang::Type::TypeClass type_class = qual_type->getTypeClass();
 2564     return llvm::cast<clang::ObjCObjectType>(qual_type.getTypePtr())
 2568         llvm::cast<clang::ObjCObjectPointerType>(qual_type.getTypePtr())
 2571     return llvm::cast<clang::RecordType>(qual_type)->getDecl();
 2573     return llvm::cast<clang::EnumType>(qual_type)->getDecl();
 2575     return GetDeclContextForType(llvm::cast<clang::TypedefType>(qual_type)
 2580         llvm::cast<clang::AutoType>(qual_type)->getDeducedType());
 2583         llvm::cast<clang::ElaboratedType>(qual_type)->getNamedType());
 2586         llvm::cast<clang::ParenType>(qual_type)->desugar());