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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 3672     const clang::Type::TypeClass type_class = qual_type->getTypeClass();
 3676           llvm::cast<clang::BuiltinType>(qual_type)->getKind() ==
 3687                 qual_type->getPointeeType().getTypePtrOrNull()) {
 3697               this, llvm::cast<clang::ObjCObjectPointerType>(qual_type)
 3706           llvm::cast<clang::PointerType>(qual_type)->getPointeeType();
 3713           llvm::cast<clang::ReferenceType>(qual_type)->getPointeeType();
 3718       return IsPossibleDynamicType(llvm::cast<clang::TypedefType>(qual_type)
 3726       return IsPossibleDynamicType(llvm::cast<clang::AutoType>(qual_type)
 3733       return IsPossibleDynamicType(llvm::cast<clang::ElaboratedType>(qual_type)
 3741           llvm::cast<clang::ParenType>(qual_type)->desugar().getAsOpaquePtr(),