Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp728 static void checkARCPropertyImpl(Sema &S, SourceLocation propertyImplLoc, in checkARCPropertyImpl() argument
799 if (propertyImplLoc.isValid()) in checkARCPropertyImpl()
800 S.Diag(propertyImplLoc, diag::note_property_synthesize); in checkARCPropertyImpl()