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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1808 bool SynthesizeProperties) {
1813 // if SynthesizeProperties is true.
1830 // When SynthesizeProperties is true, we only check class properties.
1832 SynthesizeProperties/*CollectClassPropsOnly*/);
1806 DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl, ObjCContainerDecl *CDecl, bool SynthesizeProperties) argument
H A DSemaDeclObjC.cpp2894 bool SynthesizeProperties = LangOpts.ObjCDefaultSynthProperties && local
2897 DiagnoseUnimplementedProperties(S, IMPDecl, CDecl, SynthesizeProperties);
2940 /*SynthesizeProperties=*/false);

Completed in 244 milliseconds