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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 6580       parent_qual_type->getTypeClass();
 6592       switch (llvm::cast<clang::BuiltinType>(parent_qual_type)->getKind()) {
 6611           llvm::cast<clang::RecordType>(parent_qual_type.getTypePtr());
 6729           llvm::dyn_cast<clang::ObjCObjectType>(parent_qual_type.getTypePtr());
 6810                         this, parent_qual_type.getAsOpaquePtr());
 6890           llvm::cast<clang::VectorType>(parent_qual_type.getTypePtr());
 6973           llvm::cast<clang::ReferenceType>(parent_qual_type.getTypePtr());
 7008         this, llvm::cast<clang::TypedefType>(parent_qual_type)
 7021         this, llvm::cast<clang::AutoType>(parent_qual_type)
 7033         this, llvm::cast<clang::ElaboratedType>(parent_qual_type)
 7045                                   llvm::cast<clang::ParenType>(parent_qual_type)