Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp14800 ObjCPropertyDecl *property = pre->getExplicitProperty(); in findRetainCycleOwner()
15237 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
15262 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
H A DSemaType.cpp8930 return PR->getExplicitProperty()->getType(); in getDecltypeForExpr()
H A DTreeTransform.h13889 E->getExplicitProperty(), in TransformObjCPropertyRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp203 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) { in isZeroingPropIvar()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp295 return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), in VisitObjCPropertyRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp619 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCalledOnceCheck.cpp461 Name = E->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1086 return RefExpr->getExplicitProperty(); in getAccessedProperty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1125 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
H A DTextNodeDumper.cpp1299 OS << " Kind=PropertyRef Property=\"" << *Node->getExplicitProperty() in VisitObjCPropertyRefExpr()
H A DStmtProfile.cpp2187 VisitDecl(S->getExplicitProperty()); in VisitObjCPropertyRefExpr()
H A DStmtPrinter.cpp1074 OS << Node->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1362 Record.AddDeclRef(E->getExplicitProperty()); in VisitObjCPropertyRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp4483 return PRE->getExplicitProperty(); in getDeclFromExpr()