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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 3329     const clang::Type::TypeClass type_class = qual_type->getTypeClass();
 3332       switch (llvm::cast<clang::BuiltinType>(qual_type)->getKind()) {
 3343             this, llvm::cast<clang::ObjCObjectPointerType>(qual_type)
 3350             this, llvm::cast<clang::BlockPointerType>(qual_type)
 3357                                       llvm::cast<clang::PointerType>(qual_type)
 3364             this, llvm::cast<clang::MemberPointerType>(qual_type)
 3369       return IsPointerType(llvm::cast<clang::TypedefType>(qual_type)
 3375       return IsPointerType(llvm::cast<clang::AutoType>(qual_type)
 3380       return IsPointerType(llvm::cast<clang::ElaboratedType>(qual_type)
 3386           llvm::cast<clang::ParenType>(qual_type)->desugar().getAsOpaquePtr(),