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

/freebsd-13-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.cpp584 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); local
H A DSemaObjCProperty.cpp107 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, argument
897 const ObjCPropertyDecl *Prop; member in struct:MismatchingProperty
1021 hasWrittenStorageAttribute(ObjCPropertyDecl *Prop, ObjCPropertyQueryKind QueryKind) argument
1876 SuperClassImplementsProperty(ObjCInterfaceDecl *IDecl, ObjCPropertyDecl *Prop) argument
1911 ObjCPropertyDecl *Prop = PropertyOrder[i]; local
2006 DiagnoseUnimplementedAccessor( Sema &S, ObjCInterfaceDecl *PrimaryClass, Selector Method, ObjCImplDecl *IMPDecl, ObjCContainerDecl *CDecl, ObjCCategoryDecl *C, ObjCPropertyDecl *Prop, llvm::SmallPtrSet<const ObjCMethodDecl *, 8> &SMap) argument
2133 ObjCPropertyDecl *Prop = P->second; local
[all...]
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h664 template <typename T> bool map(StringRef Prop, T &Out) { argument
673 template <typename T> bool map(StringRef Prop, llvm::Optional<T> &Out) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp1051 void clang::index::generateUSRForObjCProperty(StringRef Prop, bool isClassProp, argument
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp89 static const char *getPropertyName(MachineFunctionProperties::Property Prop) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp548 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp252 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2815 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } argument

Completed in 125 milliseconds