Home
last modified time | relevance | path

Searched refs:propertyImplLoc (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp645 static void checkARCPropertyImpl(Sema &S, SourceLocation propertyImplLoc, in checkARCPropertyImpl() argument
714 if (propertyImplLoc.isValid()) in checkARCPropertyImpl()
715 S.Diag(propertyImplLoc, diag::note_property_synthesize); in checkARCPropertyImpl()