Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp65 refExpr->getExplicitProperty(), refExpr->getType(), in rebuildObjCPropertyRefExpr()
592 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty()
629 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty(); in findGetter()
658 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty(); in findSetter()
700 if (ObjCPropertyDecl *prop = RefExpr->getExplicitProperty()) { in DiagnoseUnsupportedPropertyUse()
841 S.ObjC().DiagnosePropertyAccessorMismatch(RefExpr->getExplicitProperty(), in buildRValueOperation()
848 QualType propType = RefExpr->getExplicitProperty() in buildRValueOperation()
H A DScopeInfo.cpp66 return PropE->getExplicitProperty(); in getBestPropertyDecl()
H A DSemaExprObjC.cpp3710 method = e->getExplicitProperty()->getGetterMethodDecl(); in checkCallToMethod()
4197 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) in CheckObjCBridgeRelatedCast()
H A DSemaChecking.cpp13400 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in CheckMemaccessArguments()
13425 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in CheckMemaccessArguments()
H A DSemaType.cpp9445 return PR->getExplicitProperty()->getType(); in RequireCompleteTypeImpl()
H A DTreeTransform.h15754 E->getExplicitProperty(),
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp203 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) { in isZeroingPropIvar()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h706 ObjCPropertyDecl *getExplicitProperty() const { in getExplicitProperty() function
724 return getExplicitProperty()->getGetterName(); in getGetterSelector()
730 return getExplicitProperty()->getSetterName(); in getSetterSelector()
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp310 return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), in VisitObjCPropertyRefExpr()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp605 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp461 Name = E->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1119 return RefExpr->getExplicitProperty(); in getAccessedProperty()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1304 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitDeclRefExpr()
H A DStmtProfile.cpp2373 VisitDecl(S->getExplicitProperty()); in VisitObjCBridgedCastExpr()
H A DTextNodeDumper.cpp1720 OS << " Kind=PropertyRef Property=\"" << *Node->getExplicitProperty() in VisitFunctionProtoType()
H A DStmtPrinter.cpp1286 OS << Node->getExplicitProperty()->getName(); in VisitIntegerLiteral()
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1480 Record.AddDeclRef(E->getExplicitProperty()); in VisitObjCPropertyRefExpr()