/external/clang/lib/Sema/ |
ScopeInfo.cpp | 50 static const NamedDecl *getBestPropertyDecl(const ObjCPropertyRefExpr *PropE) { 83 const ObjCPropertyRefExpr *BaseProp = 84 dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm()); 119 const ObjCPropertyRefExpr *PropE) 183 if (const ObjCPropertyRefExpr *RefExpr = dyn_cast<ObjCPropertyRefExpr>(E)) {
|
SemaPseudoObject.cpp | 56 Expr *rebuildObjCPropertyRefExpr(ObjCPropertyRefExpr *refExpr) { 63 return new (S.Context) ObjCPropertyRefExpr( 68 return new (S.Context) ObjCPropertyRefExpr( 109 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e)) 266 ObjCPropertyRefExpr *RefExpr; 267 ObjCPropertyRefExpr *SyntacticRefExpr; 276 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr) : 543 const ObjCPropertyRefExpr *PRE) { 706 if (ObjCPropertyRefExpr * 707 refE = dyn_cast<ObjCPropertyRefExpr>(syntacticBase->IgnoreParens()) [all...] |
SemaFixItUtils.cpp | 83 isa<ObjCPropertyRefExpr>(Expr) ||
|
SemaExprObjC.cpp | [all...] |
SemaExprMember.cpp | [all...] |
SemaType.cpp | [all...] |
/external/clang/lib/ARCMigrate/ |
TransZeroOutPropsInDealloc.cpp | 198 ObjCPropertyRefExpr *PropRefExp = 199 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParens());
|
ObjCMT.cpp | 222 isa<ObjCMessageExpr>(Expr) || isa<ObjCPropertyRefExpr>(Expr) || [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckObjCDealloc.cpp | 61 if (ObjCPropertyRefExpr *PRE = 62 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParenCasts()))
|
IvarInvalidationChecker.cpp | 137 /// 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)) {
|
MallocChecker.cpp | 444 isa<ObjCPropertyRefExpr>(Stmt)) && [all...] |
/external/clang/lib/AST/ |
ExprClassification.cpp | 237 if (isa<ObjCPropertyRefExpr>(Op)) 471 if (isa<ObjCPropertyRefExpr>(Base)) 497 if (isa<ObjCPropertyRefExpr>(Base)) 606 if (const ObjCPropertyRefExpr *Expr = dyn_cast<ObjCPropertyRefExpr>(E)) {
|
ExprObjC.cpp | 115 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const {
|
ASTDumper.cpp | 536 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node); [all...] |
Expr.cpp | [all...] |
StmtPrinter.cpp | 1124 void StmtPrinter::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *Node) { [all...] |
StmtProfile.cpp | [all...] |
/external/clang/tools/libclang/ |
IndexBody.cpp | 79 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) {
|
CIndex.cpp | [all...] |
/external/clang/include/clang/AST/ |
ExprObjC.h | 542 /// ObjCPropertyRefExpr - A dot-syntax expression to access an ObjC 544 class ObjCPropertyRefExpr : public Expr { 578 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, 590 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, 601 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, 612 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, 622 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, 632 explicit ObjCPropertyRefExpr(EmptyShell Empty) [all...] |
Expr.h | 46 class ObjCPropertyRefExpr; 449 const ObjCPropertyRefExpr *getObjCProperty() const; [all...] |
RecursiveASTVisitor.h | [all...] |
/external/clang/include/clang/Sema/ |
ScopeInfo.h | 46 class ObjCPropertyRefExpr; 214 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
|
/external/clang/lib/Edit/ |
RewriteObjCFoundationAPI.cpp | 900 isa<ObjCPropertyRefExpr>(Expr) || [all...] |
/external/clang/lib/Serialization/ |
ASTReaderStmt.cpp | [all...] |