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

References

tools/clang/lib/AST/ASTContext.cpp
 5267   UnwrapSimilarArrayTypes(T1, T2);
 5269   const auto *T1PtrType = T1->getAs<PointerType>();
 5272     T1 = T1PtrType->getPointeeType();
 5277   const auto *T1MPType = T1->getAs<MemberPointerType>();
 5282     T1 = T1MPType->getPointeeType();
 5288     const auto *T1OPType = T1->getAs<ObjCObjectPointerType>();
 5291       T1 = T1OPType->getPointeeType();