Searched refs:ObjCPropertyRefExpr (Results 1 - 25 of 27) sorted by relevance

12

/external/clang/lib/Sema/
H A DScopeInfo.cpp43 static const NamedDecl *getBestPropertyDecl(const ObjCPropertyRefExpr *PropE) {
76 const ObjCPropertyRefExpr *BaseProp =
77 dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm());
97 const ObjCPropertyRefExpr *PropE)
161 if (const ObjCPropertyRefExpr *RefExpr = dyn_cast<ObjCPropertyRefExpr>(E)) {
H A DSemaPseudoObject.cpp133 typedef ObjCPropertyRefExpr specific_type;
134 Expr *rebuildSpecific(ObjCPropertyRefExpr *refExpr) {
141 ObjCPropertyRefExpr(refExpr->getExplicitProperty(),
147 ObjCPropertyRefExpr(refExpr->getImplicitPropertyGetter(),
259 ObjCPropertyRefExpr *RefExpr;
260 ObjCPropertyRefExpr *SyntacticRefExpr;
269 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr) :
507 const ObjCPropertyRefExpr *PRE) {
672 if (ObjCPropertyRefExpr *
673 refE = dyn_cast<ObjCPropertyRefExpr>(syntacticBas
[all...]
H A DSemaFixItUtils.cpp83 isa<ObjCPropertyRefExpr>(Expr) ||
H A DSemaExprObjC.cpp1511 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(RExpr)) {
1589 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
1593 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
1604 return new (Context) ObjCPropertyRefExpr(
1609 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
1657 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
1661 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
1794 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
1798 return new (Context) ObjCPropertyRefExpr(
[all...]
H A DSemaExprMember.cpp1426 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue,
1445 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue,
1498 return new (S.Context) ObjCPropertyRefExpr(
H A DSemaType.cpp5510 } else if (const ObjCPropertyRefExpr *PR = dyn_cast<ObjCPropertyRefExpr>(E)) {
/external/lldb/include/lldb/Core/
H A DClangForward.h89 class ObjCPropertyRefExpr;
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp198 ObjCPropertyRefExpr *PropRefExp =
199 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParens());
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp82 if (ObjCPropertyRefExpr *PRE =
83 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParenCasts()))
H A DIvarInvalidationChecker.cpp137 /// Checks if ObjCPropertyRefExpr refers to the tracked IVar, if yes, marks
139 void checkObjCPropertyRefExpr(const ObjCPropertyRefExpr *PA);
620 const ObjCPropertyRefExpr *PA) {
660 if (const ObjCPropertyRefExpr *PropRef = dyn_cast<ObjCPropertyRefExpr>(E)) {
H A DMallocChecker.cpp402 isa<ObjCPropertyRefExpr>(Stmt)) &&
/external/clang/lib/AST/
H A DExprClassification.cpp230 if (isa<ObjCPropertyRefExpr>(Op))
460 if (isa<ObjCPropertyRefExpr>(Base))
486 if (isa<ObjCPropertyRefExpr>(Base))
595 if (const ObjCPropertyRefExpr *Expr = dyn_cast<ObjCPropertyRefExpr>(E)) {
H A DASTDumper.cpp352 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node);
1942 void ASTDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node) {
H A DStmtPrinter.cpp875 void StmtPrinter::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *Node) {
H A DStmtProfile.cpp1191 void StmtProfiler::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *S) {
H A DExpr.cpp2587 if (!isa<ObjCPropertyRefExpr>(E))
3207 const ObjCPropertyRefExpr *Expr::getObjCProperty() const {
3224 return cast<ObjCPropertyRefExpr>(E);
/external/clang/tools/libclang/
H A DIndexBody.cpp79 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) {
H A DCIndex.cpp3228 if (const ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(E)) {
3280 if (const ObjCPropertyRefExpr *PropRef = dyn_cast<ObjCPropertyRefExpr>(E))
/external/clang/include/clang/AST/
H A DExprObjC.h523 /// ObjCPropertyRefExpr - A dot-syntax expression to access an ObjC
525 class ObjCPropertyRefExpr : public Expr { class in namespace:clang
559 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, function in class:clang::ObjCPropertyRefExpr
571 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, function in class:clang::ObjCPropertyRefExpr
582 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, function in class:clang::ObjCPropertyRefExpr
593 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, function in class:clang::ObjCPropertyRefExpr
603 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, function in class:clang::ObjCPropertyRefExpr
613 explicit ObjCPropertyRefExpr(EmptyShell Empty) function in class:clang::ObjCPropertyRefExpr
H A DExpr.h45 class ObjCPropertyRefExpr;
451 const ObjCPropertyRefExpr *getObjCProperty() const;
H A DDataRecursiveASTVisitor.h2202 DEF_TRAVERSE_STMT(ObjCPropertyRefExpr, {})
H A DRecursiveASTVisitor.h2224 DEF_TRAVERSE_STMT(ObjCPropertyRefExpr, {})
/external/clang/include/clang/Sema/
H A DScopeInfo.h47 class ObjCPropertyRefExpr;
196 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp900 isa<ObjCPropertyRefExpr>(Expr) ||
927 isa<ObjCPropertyRefExpr>(Expr) ||
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp993 void ASTStmtReader::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) {
2357 S = new (Context) ObjCPropertyRefExpr(Empty);

Completed in 225 milliseconds

12