Home
last modified time | relevance | path

Searched refs:getExplicitProperty (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp63 refExpr->getExplicitProperty(), refExpr->getType(), in rebuildObjCPropertyRefExpr()
584 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty()
621 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty(); in findGetter()
650 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty(); in findSetter()
691 if (ObjCPropertyDecl *prop = RefExpr->getExplicitProperty()) { in DiagnoseUnsupportedPropertyUse()
833 S.DiagnosePropertyAccessorMismatch(RefExpr->getExplicitProperty(), in buildRValueOperation()
840 QualType propType = RefExpr->getExplicitProperty() in buildRValueOperation()
H A DScopeInfo.cpp63 return PropE->getExplicitProperty(); in getBestPropertyDecl()
H A DSemaExprObjC.cpp3703 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
4194 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) in CheckObjCBridgeRelatedCast()
H A DSemaChecking.cpp15141 ObjCPropertyDecl *property = pre->getExplicitProperty(); in findRetainCycleOwner()
15578 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
15603 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
H A DSemaType.cpp8970 return PR->getExplicitProperty()->getType(); in getDecltypeForExpr()
H A DTreeTransform.h13954 E->getExplicitProperty(), in TransformObjCPropertyRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp203 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) { in isZeroingPropIvar()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h703 ObjCPropertyDecl *getExplicitProperty() const { in getExplicitProperty() function
721 return getExplicitProperty()->getGetterName(); in getGetterSelector()
727 return getExplicitProperty()->getSetterName(); in getSetterSelector()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp292 return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), in VisitObjCPropertyRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp619 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp461 Name = E->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1125 return RefExpr->getExplicitProperty(); in getAccessedProperty()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1164 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
H A DStmtProfile.cpp2204 VisitDecl(S->getExplicitProperty()); in VisitObjCPropertyRefExpr()
H A DTextNodeDumper.cpp1345 OS << " Kind=PropertyRef Property=\"" << *Node->getExplicitProperty() in VisitObjCPropertyRefExpr()
H A DStmtPrinter.cpp1080 OS << Node->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1373 Record.AddDeclRef(E->getExplicitProperty()); in VisitObjCPropertyRefExpr()