Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp63 refExpr->getExplicitProperty(), refExpr->getType(), in rebuildObjCPropertyRefExpr()
590 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty()
627 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty(); in findGetter()
656 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty(); in findSetter()
698 if (ObjCPropertyDecl *prop = RefExpr->getExplicitProperty()) { in DiagnoseUnsupportedPropertyUse()
839 S.ObjC().DiagnosePropertyAccessorMismatch(RefExpr->getExplicitProperty(), in buildRValueOperation()
846 QualType propType = RefExpr->getExplicitProperty() in buildRValueOperation()
H A DScopeInfo.cpp65 return PropE->getExplicitProperty(); in getBestPropertyDecl()
H A DSemaObjC.cpp838 ObjCPropertyDecl *property = pre->getExplicitProperty(); in findRetainCycleOwner()
H A DSemaExprObjC.cpp3700 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
4187 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) in CheckObjCBridgeRelatedCast()
H A DSemaChecking.cpp14833 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
14858 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
H A DSemaType.cpp9730 return PR->getExplicitProperty()->getType(); in getDecltypeForExpr()
H A DTreeTransform.h16893 E->getExplicitProperty(), in TransformObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h704 ObjCPropertyDecl *getExplicitProperty() const { in getExplicitProperty() function
722 return getExplicitProperty()->getGetterName(); in getGetterSelector()
728 return getExplicitProperty()->getSetterName(); in getSetterSelector()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp308 return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), in VisitObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp604 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp459 Name = E->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1139 return RefExpr->getExplicitProperty(); in getAccessedProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1312 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
H A DStmtProfile.cpp2422 VisitDecl(S->getExplicitProperty()); in VisitObjCPropertyRefExpr()
H A DStmtPrinter.cpp1420 OS << Node->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
H A DTextNodeDumper.cpp1873 OS << " Kind=PropertyRef Property=\"" << *Node->getExplicitProperty() in VisitObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1503 Record.AddDeclRef(E->getExplicitProperty()); in VisitObjCPropertyRefExpr()