Searched refs:setPropertyIvarDecl (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h2329 void setPropertyIvarDecl(ObjCIvarDecl *Ivar) { function in class:clang::ObjCPropertyDecl
2426 void setPropertyIvarDecl(ObjCIvarDecl *Ivar, function in class:clang::ObjCPropertyImplDecl
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1059 property->setPropertyIvarDecl(Ivar);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp915 D->setPropertyIvarDecl(ReadDeclAs<ObjCIvarDecl>(Record, Idx));
/external/clang/lib/AST/
H A DASTImporter.cpp3790 ToProperty->setPropertyIvarDecl(
/external/lldb/source/Symbol/
H A DClangASTType.cpp4882 property_decl->setPropertyIvarDecl (ivar_decl);

Completed in 158 milliseconds