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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 5036   switch (qual_type->getTypeClass()) {
 5058     switch (llvm::cast<clang::BuiltinType>(qual_type)->getKind()) {
 5220     if (qual_type->isComplexType())
 5224           qual_type->getAsComplexIntegerType();
 5243     return CompilerType(this, llvm::cast<clang::TypedefType>(qual_type)
 5250     return CompilerType(this, llvm::cast<clang::AutoType>(qual_type)
 5256     return CompilerType(this, llvm::cast<clang::ElaboratedType>(qual_type)
 5262     return CompilerType(this, llvm::cast<clang::ParenType>(qual_type)
 5267     return CompilerType(this, llvm::cast<clang::TypeOfExprType>(qual_type)
 5273     return CompilerType(this, llvm::cast<clang::TypeOfType>(qual_type)
 5278     return CompilerType(this, llvm::cast<clang::DecltypeType>(qual_type)