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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 2790   const clang::Type::TypeClass type_class = qual_type->getTypeClass();
 2795                 qual_type.getTypePtrOrNull())) {
 2803     return IsAnonymousType(llvm::cast<clang::AutoType>(qual_type)
 2807     return IsAnonymousType(llvm::cast<clang::ElaboratedType>(qual_type)
 2811     return IsAnonymousType(llvm::cast<clang::TypedefType>(qual_type)
 2817         llvm::cast<clang::ParenType>(qual_type)->desugar().getAsOpaquePtr());