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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 3401     const clang::Type::TypeClass type_class = qual_type->getTypeClass();
 3404       switch (llvm::cast<clang::BuiltinType>(qual_type)->getKind()) {
 3415             this, llvm::cast<clang::ObjCObjectPointerType>(qual_type)
 3421             this, llvm::cast<clang::BlockPointerType>(qual_type)
 3428                                       llvm::cast<clang::PointerType>(qual_type)
 3435             this, llvm::cast<clang::MemberPointerType>(qual_type)
 3442             this, llvm::cast<clang::LValueReferenceType>(qual_type)
 3449             this, llvm::cast<clang::RValueReferenceType>(qual_type)
 3454       return IsPointerOrReferenceType(llvm::cast<clang::TypedefType>(qual_type)
 3460       return IsPointerOrReferenceType(llvm::cast<clang::AutoType>(qual_type)
 3466           llvm::cast<clang::ElaboratedType>(qual_type)
 3472           llvm::cast<clang::ParenType>(qual_type)->desugar().getAsOpaquePtr(),