Searched defs:PropertyDiagLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp723 SourceLocation PropertyDiagLoc = PropertyLoc; local
724 if (PropertyDiagLoc.isInvalid())
725 PropertyDiagLoc = ClassImpDecl->getLocStart();
826 if (RequireCompleteType(PropertyDiagLoc, PropertyIvarType,
848 Diag(PropertyDiagLoc, diag::err_gc_weak_property_strong_type);
865 Diag(PropertyDiagLoc,
885 Diag(PropertyDiagLoc,
898 Diag(PropertyDiagLoc, diag::err_arc_weak_unavailable_property);
904 Diag(PropertyDiagLoc, diag::err_arc_weak_no_runtime);
918 Diag(PropertyDiagLoc, dia
[all...]

Completed in 28 milliseconds