Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
4191 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) in CheckObjCBridgeRelatedCast()
H A DSemaChecking.cpp16249 ObjCPropertyDecl *property = pre->getExplicitProperty(); in findRetainCycleOwner()
16686 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
16711 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
H A DSemaType.cpp9174 return PR->getExplicitProperty()->getType(); in getDecltypeForExpr()
H A DTreeTransform.h14249 E->getExplicitProperty(), in TransformObjCPropertyRefExpr()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp203 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) { in isZeroingPropIvar()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp100 return PR->getExplicitProperty()->getType(); in computeVariableType()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp296 return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), in VisitObjCPropertyRefExpr()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp619 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCalledOnceCheck.cpp461 Name = E->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp324 Outer.add(OPRE->getExplicitProperty(), Flags); in add()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1055 return RefExpr->getExplicitProperty(); in getAccessedProperty()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp1171 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
H A DTextNodeDumper.cpp1360 OS << " Kind=PropertyRef Property=\"" << *Node->getExplicitProperty() in VisitObjCPropertyRefExpr()
H A DStmtProfile.cpp2262 VisitDecl(S->getExplicitProperty()); in VisitObjCPropertyRefExpr()
H A DStmtPrinter.cpp1224 OS << Node->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1371 Record.AddDeclRef(E->getExplicitProperty()); in VisitObjCPropertyRefExpr()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp4679 return PRE->getExplicitProperty(); in getDeclFromExpr()