Searched refs:Prop (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1440 ObjCPropertyDecl *Prop = *P; local
1441 PropMap[Prop->getIdentifier()] = Prop;
1453 ObjCPropertyDecl *Prop = *P; local
1454 PropMap[Prop->getIdentifier()] = Prop;
1464 ObjCPropertyDecl *Prop = *P; local
1465 ObjCPropertyDecl *PropertyFromSuper = SuperPropMap[Prop->getIdentifier()];
1469 PropertyFromSuper->getIdentifier() != Prop->getIdentifier()) {
1470 ObjCPropertyDecl *&PropEntry = PropMap[Prop
1490 ObjCPropertyDecl *Prop = *P; local
1501 ObjCPropertyDecl *Prop = *P; local
1533 ObjCPropertyDecl *Prop = *P; local
1541 ObjCPropertyDecl *Prop = LookupPropertyDecl((*PI), II); local
1550 ObjCPropertyDecl *Prop = *P; local
1557 ObjCPropertyDecl *Prop = LookupPropertyDecl((*PI), II); local
1565 getDefaultSynthIvarName(ObjCPropertyDecl *Prop, ASTContext &Ctx) argument
1589 ObjCPropertyDecl *Prop = P->second; local
1663 ObjCPropertyDecl *Prop = P->second; local
[all...]
H A DSemaLookup.cpp3493 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration(Name)) {
3494 Res.addDecl(Prop);
/external/clang/include/clang/AST/
H A DASTMutationListener.h68 /// \param Prop the property in the class extension
74 virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, argument
H A DDeclObjC.h1959 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } argument
/external/webkit/Source/WebCore/css/
H A DSVGCSSStyleSelector.cpp49 #define HANDLE_INHERIT(prop, Prop) \
52 svgstyle->set##Prop(m_parentStyle->svgStyle()->prop()); \
56 #define HANDLE_INHERIT_AND_INITIAL(prop, Prop) \
57 HANDLE_INHERIT(prop, Prop) \
59 svgstyle->set##Prop(SVGRenderStyle::initial##Prop()); \
H A DCSSStyleSelector.cpp132 #define HANDLE_INHERIT(prop, Prop) \
134 m_style->set##Prop(m_parentStyle->prop()); \
138 #define HANDLE_INHERIT_AND_INITIAL(prop, Prop) \
139 HANDLE_INHERIT(prop, Prop) \
141 m_style->set##Prop(RenderStyle::initial##Prop()); \
145 #define HANDLE_INHERIT_AND_INITIAL_WITH_VALUE(prop, Prop, Value) \
146 HANDLE_INHERIT(prop, Prop) \
148 m_style->set##Prop(RenderStyle::initial##Value());\
152 #define HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(prop, Prop) \
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenTarget.h206 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
H A DCodeGenDAGPatterns.h230 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp104 virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop,
159 const ObjCPropertyDecl *Prop,
163 Listeners[i]->AddedObjCPropertyInClassExtension(Prop, OrigProp, ClassExt);
158 AddedObjCPropertyInClassExtension( const ObjCPropertyDecl *Prop, const ObjCPropertyDecl *OrigProp, const ObjCCategoryDecl *ClassExt) argument
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp6994 for (ObjCImplDecl::propimpl_iterator Prop = IDecl->propimpl_begin(),
6996 Prop != PropEnd; ++Prop) {
6997 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
6999 if (!Prop->getPropertyIvarDecl())
7001 ObjCPropertyDecl *PD = Prop->getPropertyDecl();
7258 for (ObjCImplDecl::propimpl_iterator Prop = IDecl->propimpl_begin(),
7260 Prop != PropEnd; ++Prop) {
7261 if (Prop
[all...]
H A DRewriteObjC.cpp5487 for (ObjCImplDecl::propimpl_iterator Prop = IDecl->propimpl_begin(),
5489 Prop != PropEnd; ++Prop) {
5490 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
5492 if (!Prop->getPropertyIvarDecl())
5494 ObjCPropertyDecl *PD = Prop->getPropertyDecl();
5772 for (ObjCImplDecl::propimpl_iterator Prop = IDecl->propimpl_begin(),
5774 Prop != PropEnd; ++Prop) {
5775 if (Prop
[all...]
/external/clang/include/clang/Serialization/
H A DASTWriter.h711 virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop,
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp2127 llvm::Constant *Prop[] = { local
2131 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop));
2157 llvm::Constant *Prop[] = { local
2162 Prop));
/external/clang/lib/Serialization/
H A DASTWriter.cpp4584 void ASTWriter::AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, argument

Completed in 338 milliseconds