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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp130 WeakObjectProfileTy(const Expr *BaseE, const ObjCPropertyDecl *Prop) argument
149 recordUseOfWeak(const ObjCMessageExpr *Msg, const ObjCPropertyDecl *Prop) argument
H A DSemaPseudoObject.cpp592 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); local
H A DSemaObjCProperty.cpp109 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, argument
899 const ObjCPropertyDecl *Prop; member in struct:MismatchingProperty
1022 hasWrittenStorageAttribute(ObjCPropertyDecl *Prop, ObjCPropertyQueryKind QueryKind) argument
1875 SuperClassImplementsProperty(ObjCInterfaceDecl *IDecl, ObjCPropertyDecl *Prop) argument
1910 ObjCPropertyDecl *Prop = PropertyOrder[i]; local
2005 DiagnoseUnimplementedAccessor( Sema &S, ObjCInterfaceDecl *PrimaryClass, Selector Method, ObjCImplDecl *IMPDecl, ObjCContainerDecl *CDecl, ObjCCategoryDecl *C, ObjCPropertyDecl *Prop, llvm::SmallPtrSet<const ObjCMethodDecl *, 8> &SMap) argument
2132 ObjCPropertyDecl *Prop = P->second; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h661 template <typename T> bool map(StringRef Prop, T &Out) { argument
670 template <typename T> bool map(StringRef Prop, llvm::Optional<T> &Out) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp945 const ObjCPropertyDecl *Prop = M.getAccessedProperty(); local
H A DIvarInvalidationChecker.cpp299 findPropertyBackingIvar( const ObjCPropertyDecl *Prop, const ObjCInterfaceDecl *InterfaceD, IvarSet &TrackedIvars, const ObjCIvarDecl **FirstIvarDecl) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp531 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp700 static const ObjCIvarDecl *findBackingIvar(const ObjCPropertyDecl *Prop) { argument
759 const ObjCPropertyDecl *Prop = MD->findPropertyDecl(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp1049 void clang::index::generateUSRForObjCProperty(StringRef Prop, bool isClassProp, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp87 static const char *getPropertyName(MachineFunctionProperties::Property Prop) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp260 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2840 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } argument

Completed in 230 milliseconds