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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 4536     switch (qual_type->getTypeClass()) {
 4538       if (GetCompleteQualType(getASTContext(), qual_type)) {
 4540             llvm::cast<clang::RecordType>(qual_type.getTypePtr());
 4553           qual_type->getAs<clang::ObjCObjectPointerType>();
 4573             llvm::dyn_cast<clang::ObjCObjectType>(qual_type.getTypePtr());
 4585       return CompilerType(this, llvm::cast<clang::TypedefType>(qual_type)
 4592       return CompilerType(this, llvm::cast<clang::AutoType>(qual_type)
 4598       return CompilerType(this, llvm::cast<clang::ElaboratedType>(qual_type)
 4604       return CompilerType(this, llvm::cast<clang::ParenType>(qual_type)