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

References

tools/lldb/source/Symbol/ClangASTImporter.cpp
  773   if (type.isNull())
  776   if (const TagType *tag_type = type->getAs<TagType>()) {
  784   if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) {
  791   if (const ArrayType *array_type = type->getAsArrayTypeUnsafe()) {
  794   if (const AtomicType *atomic_type = type->getAs<AtomicType>()) {