Searched refs:getExplicitProperty (Results 1 - 15 of 15) sorted by relevance

/external/clang/tools/libclang/
H A DIndexBody.cpp81 IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(),
H A DCIndex.cpp3230 return PRE->getExplicitProperty();
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp206 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) {
/external/clang/lib/Sema/
H A DScopeInfo.cpp45 return PropE->getExplicitProperty();
H A DSemaPseudoObject.cpp141 ObjCPropertyRefExpr(refExpr->getExplicitProperty(),
543 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty();
580 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty();
609 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty();
649 if (ObjCPropertyDecl *prop = RefExpr->getExplicitProperty()) {
814 S.DiagnosePropertyAccessorMismatch(RefExpr->getExplicitProperty(),
820 QualType propType = RefExpr->getExplicitProperty()->getType();
H A DSemaExprObjC.cpp1519 PDecl = PRE->getExplicitProperty();
2991 method = e->getExplicitProperty()->getGetterMethodDecl();
3467 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty())
H A DSemaType.cpp5512 return PR->getExplicitProperty()->getType();
H A DTreeTransform.h9572 E->getExplicitProperty(),
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp84 if (PRE->isExplicitProperty() && PRE->getExplicitProperty() == PD)
H A DIvarInvalidationChecker.cpp623 const ObjCPropertyDecl *PD = PA->getExplicitProperty();
/external/clang/include/clang/AST/
H A DExprObjC.h619 ObjCPropertyDecl *getExplicitProperty() const { function in class:clang::ObjCPropertyRefExpr
637 return getExplicitProperty()->getGetterName();
643 return getExplicitProperty()->getSetterName();
684 const ObjCPropertyDecl *PDecl = getExplicitProperty();
704 if (ObjCPropertyDecl *PDecl = getExplicitProperty())
/external/clang/lib/AST/
H A DASTDumper.cpp1958 OS << " Kind=PropertyRef Property=\"" << *Node->getExplicitProperty() <<'"';
H A DStmtPrinter.cpp888 OS << Node->getExplicitProperty()->getName();
H A DStmtProfile.cpp1197 VisitDecl(S->getExplicitProperty());
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp947 Writer.AddDeclRef(E->getExplicitProperty(), Record);

Completed in 4796 milliseconds