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

References

tools/clang/lib/Sema/SemaType.cpp
 1189   if (auto ObjCObjectPointerTL = ResultTL.getAs<ObjCObjectPointerTypeLoc>()) {
 1192     ResultTL = ObjCObjectPointerTL.getPointeeLoc();
 1195   if (auto OTPTL = ResultTL.getAs<ObjCTypeParamTypeLoc>()) {
 1209   auto ObjCObjectTL = ResultTL.castAs<ObjCObjectTypeLoc>();