Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp721 static void checkARCPropertyImpl(Sema &S, SourceLocation propertyImplLoc, in checkARCPropertyImpl() argument
791 if (propertyImplLoc.isValid()) in checkARCPropertyImpl()
792 S.Diag(propertyImplLoc, diag::note_property_synthesize); in checkARCPropertyImpl()