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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 2830   const clang::Type::TypeClass type_class = qual_type->getTypeClass();
 2838           this, llvm::cast<clang::ConstantArrayType>(qual_type)
 2842       *size = llvm::cast<clang::ConstantArrayType>(qual_type)
 2852           this, llvm::cast<clang::IncompleteArrayType>(qual_type)
 2864           this, llvm::cast<clang::VariableArrayType>(qual_type)
 2876           this, llvm::cast<clang::DependentSizedArrayType>(qual_type)
 2886     return IsArrayType(llvm::cast<clang::TypedefType>(qual_type)
 2892     return IsArrayType(llvm::cast<clang::AutoType>(qual_type)
 2897     return IsArrayType(llvm::cast<clang::ElaboratedType>(qual_type)
 2903         llvm::cast<clang::ParenType>(qual_type)->desugar().getAsOpaquePtr(),