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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 6412   const clang::Type::TypeClass type_class = qual_type->getTypeClass();
 6415     switch (llvm::cast<clang::BuiltinType>(qual_type)->getKind()) {
 6514         llvm::cast<clang::ParenType>(qual_type)->desugar());
 6516     return GetNumPointeeChildren(llvm::cast<clang::TypedefType>(qual_type)
 6521         llvm::cast<clang::AutoType>(qual_type)->getDeducedType());
 6524         llvm::cast<clang::ElaboratedType>(qual_type)->getNamedType());
 6526     return GetNumPointeeChildren(llvm::cast<clang::TypeOfExprType>(qual_type)
 6531         llvm::cast<clang::TypeOfType>(qual_type)->getUnderlyingType());
 6534         llvm::cast<clang::DecltypeType>(qual_type)->getUnderlyingType());