Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp706 static void checkARCPropertyImpl(Sema &S, SourceLocation propertyImplLoc, in checkARCPropertyImpl() argument
776 if (propertyImplLoc.isValid()) in checkARCPropertyImpl()
777 S.Diag(propertyImplLoc, diag::note_property_synthesize); in checkARCPropertyImpl()