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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 5323   switch (qual_type->getTypeClass()) {
 5344     switch (llvm::cast<clang::BuiltinType>(qual_type)->getKind()) {
 5405     if (qual_type->isComplexType())
 5417     return CompilerType(this, llvm::cast<clang::TypedefType>(qual_type)
 5423     return CompilerType(this, llvm::cast<clang::AutoType>(qual_type)
 5428     return CompilerType(this, llvm::cast<clang::ParenType>(qual_type)
 5433     return CompilerType(this, llvm::cast<clang::ElaboratedType>(qual_type)
 5438     return CompilerType(this, llvm::cast<clang::TypeOfExprType>(qual_type)
 5444     return CompilerType(this, llvm::cast<clang::TypeOfType>(qual_type)
 5449     return CompilerType(this, llvm::cast<clang::DecltypeType>(qual_type)