Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp64 return PropE->getExplicitProperty(); in getBestPropertyDecl()
H A DSemaExprObjC.cpp3697 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
4185 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) in CheckObjCBridgeRelatedCast()
H A DSemaChecking.cpp16527 ObjCPropertyDecl *property = pre->getExplicitProperty(); in findRetainCycleOwner()
16965 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
16990 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
H A DSemaType.cpp9270 return PR->getExplicitProperty()->getType(); in getDecltypeForExpr()
H A DTreeTransform.h14437 E->getExplicitProperty(), in TransformObjCPropertyRefExpr()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp203 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) { in isZeroingPropIvar()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexBody.cpp296 return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), in VisitObjCPropertyRefExpr()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp618 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCalledOnceCheck.cpp461 Name = E->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1091 return RefExpr->getExplicitProperty(); in getAccessedProperty()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1203 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
H A DStmtProfile.cpp2284 VisitDecl(S->getExplicitProperty()); in VisitObjCPropertyRefExpr()
H A DTextNodeDumper.cpp1360 OS << " Kind=PropertyRef Property=\"" << *Node->getExplicitProperty() in VisitObjCPropertyRefExpr()
H A DStmtPrinter.cpp1230 OS << Node->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1369 Record.AddDeclRef(E->getExplicitProperty()); in VisitObjCPropertyRefExpr()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp4709 return PRE->getExplicitProperty(); in getDeclFromExpr()