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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 4269   switch (qual_type->getTypeClass()) {
 4307     if (qual_type->isComplexType())
 4317         llvm::cast<clang::RecordType>(qual_type.getTypePtr());
 4333     return CompilerType(this, llvm::cast<clang::ParenType>(qual_type)
 4338     return CompilerType(this, llvm::cast<clang::AutoType>(qual_type)
 4343     return CompilerType(this, llvm::cast<clang::ElaboratedType>(qual_type)
 4366     return CompilerType(this, llvm::cast<clang::TypeOfExprType>(qual_type)
 4372     return CompilerType(this, llvm::cast<clang::TypeOfType>(qual_type)
 4377     return CompilerType(this, llvm::cast<clang::TypeOfType>(qual_type)