Searched defs:Prop (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/AST/
H A DASTMutationListener.h83 /// \param Prop the property in the class extension
89 virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, argument
H A DDeclObjC.h2222 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } argument
/external/clang/lib/Sema/
H A DScopeInfo.cpp107 const ObjCPropertyDecl *Prop)
108 : Base(0, true), Property(Prop) {
126 const ObjCPropertyDecl *Prop) {
127 assert(Msg && Prop);
129 WeakObjectUses[WeakObjectProfileTy(Msg->getInstanceReceiver(), Prop)];
165 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) {
168 Prop));
106 WeakObjectProfileTy(const Expr *BaseE, const ObjCPropertyDecl *Prop) argument
125 recordUseOfWeak(const ObjCMessageExpr *Msg, const ObjCPropertyDecl *Prop) argument
H A DSemaPseudoObject.cpp537 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); local
538 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)
541 T = Prop->getType();
H A DSemaObjCProperty.cpp118 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, argument
126 DeclContext::lookup_result R = Proto->lookup(Prop->getDeclName());
129 S.DiagnosePropertyMismatch(Prop, ProtoProp, Proto->getIdentifier());
138 CheckPropertyAgainstProtocol(S, Prop, *P, Known);
757 ObjCPropertyDecl *Prop = I->second; local
758 QualType LHSType = S.Context.getCanonicalType(Prop->getType());
769 S.Diag(Prop->getLocation(), diag::note_protocol_property_declare)
770 << Prop->getType();
1470 ObjCPropertyDecl *Prop = *P; local
1471 PropMap[Prop
1483 ObjCPropertyDecl *Prop = *P; local
1494 ObjCPropertyDecl *Prop = *P; local
1567 ObjCPropertyDecl *Prop = PropertyOrder[i]; local
1693 ObjCPropertyDecl *Prop = P->second; local
[all...]
/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp107 virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop,
172 const ObjCPropertyDecl *Prop,
176 Listeners[i]->AddedObjCPropertyInClassExtension(Prop, OrigProp, ClassExt);
171 AddedObjCPropertyInClassExtension( const ObjCPropertyDecl *Prop, const ObjCPropertyDecl *OrigProp, const ObjCCategoryDecl *ClassExt) argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp193 const ObjCPropertyDecl *Prop,
317 const ObjCPropertyDecl *Prop,
324 IvarD = Prop->getPropertyIvarDecl();
337 StringRef PropName = Prop->getIdentifier()->getName();
316 findPropertyBackingIvar( const ObjCPropertyDecl *Prop, const ObjCInterfaceDecl *InterfaceD, IvarSet &TrackedIvars, const ObjCIvarDecl **FirstIvarDecl) argument
/external/clang/lib/AST/
H A DDeclObjC.cpp291 ObjCPropertyDecl *Prop = *P; local
292 PM[Prop->getIdentifier()] = Prop;
293 PO.push_back(Prop);
1039 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false))
1040 return Prop;
1501 ObjCPropertyDecl *Prop = *P; local
1503 PM.insert(std::make_pair(Prop->getIdentifier(), Prop));
1504 PO.push_back(Prop);
1521 ObjCPropertyDecl *Prop = *P; local
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp2787 llvm::Constant *Prop[] = { local
2791 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop));
2817 llvm::Constant *Prop[] = { local
2822 Prop));
/external/clang/lib/Serialization/
H A DASTWriter.cpp5328 void ASTWriter::AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, argument

Completed in 643 milliseconds