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

1 2

  /external/clang/lib/Sema/
ScopeInfo.cpp 47 static const NamedDecl *getBestPropertyDecl(const ObjCPropertyRefExpr *PropE) {
80 const ObjCPropertyRefExpr *BaseProp =
81 dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm());
116 const ObjCPropertyRefExpr *PropE)
180 if (const ObjCPropertyRefExpr *RefExpr = dyn_cast<ObjCPropertyRefExpr>(E)) {
SemaPseudoObject.cpp 133 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) :
511 const ObjCPropertyRefExpr *PRE) {
674 if (ObjCPropertyRefExpr *
675 refE = dyn_cast<ObjCPropertyRefExpr>(syntacticBase->IgnoreParens())
    [all...]
SemaFixItUtils.cpp 83 isa<ObjCPropertyRefExpr>(Expr) ||
SemaExprObjC.cpp     [all...]
SemaExprMember.cpp     [all...]
  /external/lldb/include/lldb/Core/
ClangForward.h 89 class ObjCPropertyRefExpr;
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 198 ObjCPropertyRefExpr *PropRefExp =
199 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParens());
ObjCMT.cpp 226 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 445 isa<ObjCPropertyRefExpr>(Stmt)) &&
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 232 if (isa<ObjCPropertyRefExpr>(Op))
463 if (isa<ObjCPropertyRefExpr>(Base))
489 if (isa<ObjCPropertyRefExpr>(Base))
598 if (const ObjCPropertyRefExpr *Expr = dyn_cast<ObjCPropertyRefExpr>(E)) {
ASTDumper.cpp 530 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node);
    [all...]
StmtProfile.cpp     [all...]
Expr.cpp     [all...]
StmtPrinter.cpp 982 void StmtPrinter::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *Node) {
    [all...]
  /external/clang/tools/libclang/
IndexBody.cpp 79 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) {
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 532 /// ObjCPropertyRefExpr - A dot-syntax expression to access an ObjC
534 class ObjCPropertyRefExpr : public Expr {
568 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t,
580 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t,
591 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
602 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
612 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
622 explicit ObjCPropertyRefExpr(EmptyShell Empty)
    [all...]
Expr.h 45 class ObjCPropertyRefExpr;
451 const ObjCPropertyRefExpr *getObjCProperty() const;
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 46 class ObjCPropertyRefExpr;
203 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 900 isa<ObjCPropertyRefExpr>(Expr) ||
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 789 milliseconds

1 2