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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1648 bool SynthesizeProperties) {
1652 if (!SynthesizeProperties) {
1646 DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl, ObjCContainerDecl *CDecl, bool SynthesizeProperties) argument
H A DSemaDeclObjC.cpp1965 bool SynthesizeProperties = LangOpts.ObjCDefaultSynthProperties && local
1968 DiagnoseUnimplementedProperties(S, IMPDecl, CDecl, SynthesizeProperties);
2011 /* SynthesizeProperties */ false);

Completed in 60 milliseconds