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

References

tools/clang/lib/Sema/SemaChecking.cpp
13953       LHSType = PD->getType();
13956   if (LHSType.isNull())
13957     LHSType = LHS->getType();
13959   Qualifiers::ObjCLifetime LT = LHSType.getObjCLifetime();
13966   if (checkUnsafeAssigns(Loc, LHSType, RHS))
13987           LHSType->isObjCRetainableType())