HomeSort by relevance Sort by last modified time
    Searched refs:ObjCPropertyRefExpr (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/lib/Sema/
ScopeInfo.cpp 37 static const NamedDecl *getBestPropertyDecl(const ObjCPropertyRefExpr *PropE) {
70 const ObjCPropertyRefExpr *BaseProp =
71 dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm());
92 const ObjCPropertyRefExpr *PropE)
156 if (const ObjCPropertyRefExpr *RefExpr = dyn_cast<ObjCPropertyRefExpr>(E))
SemaPseudoObject.cpp 132 typedef ObjCPropertyRefExpr specific_type;
133 Expr *rebuildSpecific(ObjCPropertyRefExpr *refExpr) {
140 ObjCPropertyRefExpr(refExpr->getExplicitProperty(),
146 ObjCPropertyRefExpr(refExpr->getImplicitPropertyGetter(),
255 ObjCPropertyRefExpr *RefExpr;
256 ObjCPropertyRefExpr *SyntacticRefExpr;
265 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr) :
501 const ObjCPropertyRefExpr *PRE) {
654 if (ObjCPropertyRefExpr *
655 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 200 ObjCPropertyRefExpr *PropRefExp =
201 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParens());
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 82 if (ObjCPropertyRefExpr *PRE =
83 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParenCasts()))
IvarInvalidationChecker.cpp 134 /// Checks if ObjCPropertyRefExpr refers to the tracked IVar, if yes, marks
136 void checkObjCPropertyRefExpr(const ObjCPropertyRefExpr *PA);
630 const ObjCPropertyRefExpr *PA) {
670 if (const ObjCPropertyRefExpr *PropRef = dyn_cast<ObjCPropertyRefExpr>(E)) {
MallocChecker.cpp 383 isa<ObjCPropertyRefExpr>(Stmt)) &&
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 231 if (isa<ObjCPropertyRefExpr>(Op))
461 if (isa<ObjCPropertyRefExpr>(Base))
487 if (isa<ObjCPropertyRefExpr>(Base))
585 if (const ObjCPropertyRefExpr *Expr = dyn_cast<ObjCPropertyRefExpr>(E)) {
ASTDumper.cpp 291 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node);
    [all...]
StmtPrinter.cpp 689 void StmtPrinter::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *Node) {
    [all...]
StmtProfile.cpp 1092 void StmtProfiler::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *S) {
    [all...]
Expr.cpp     [all...]
  /external/clang/tools/libclang/
IndexBody.cpp 79 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) {
CIndex.cpp     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 522 /// ObjCPropertyRefExpr - A dot-syntax expression to access an ObjC
524 class ObjCPropertyRefExpr : public Expr {
558 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t,
570 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t,
581 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
592 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
602 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
612 explicit ObjCPropertyRefExpr(EmptyShell Empty)
    [all...]
RecursiveASTVisitor.h     [all...]
Expr.h 45 class ObjCPropertyRefExpr;
451 const ObjCPropertyRefExpr *getObjCProperty() const;
    [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 41 class ObjCPropertyRefExpr;
175 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 900 isa<ObjCPropertyRefExpr>(Expr) ||
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp 934 void ASTStmtWriter::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) {
    [all...]

Completed in 734 milliseconds

1 2