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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 9649     const clang::Type::TypeClass type_class = qual_type->getTypeClass();
 9656           llvm::dyn_cast<clang::ObjCObjectType>(qual_type.getTypePtr());
 9670           qual_type->getAs<clang::TypedefType>();
 9683       CompilerType(this, llvm::cast<clang::AutoType>(qual_type)
 9690       CompilerType(this, llvm::cast<clang::ElaboratedType>(qual_type)
 9699           llvm::cast<clang::ParenType>(qual_type)->desugar().getAsOpaquePtr())
 9707           llvm::cast<clang::RecordType>(qual_type.getTypePtr());
 9722           llvm::dyn_cast<clang::TagType>(qual_type.getTypePtr());
 9728         std::string clang_type_name(qual_type.getAsString());