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

1 2

  /external/clang/lib/Sema/
ScopeInfo.cpp 43 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)) {
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) :
507 const ObjCPropertyRefExpr *PRE) {
672 if (ObjCPropertyRefExpr *
673 refE = dyn_cast<ObjCPropertyRefExpr>(syntacticBase->IgnoreParens())
    [all...]
SemaFixItUtils.cpp 83 isa<ObjCPropertyRefExpr>(Expr) ||
SemaExprObjC.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaType.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());
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 82 if (ObjCPropertyRefExpr *PRE =
83 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 402 isa<ObjCPropertyRefExpr>(Stmt)) &&
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 230 if (isa<ObjCPropertyRefExpr>(Op))
460 if (isa<ObjCPropertyRefExpr>(Base))
486 if (isa<ObjCPropertyRefExpr>(Base))
595 if (const ObjCPropertyRefExpr *Expr = dyn_cast<ObjCPropertyRefExpr>(E)) {
ASTDumper.cpp 352 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node);
    [all...]
StmtPrinter.cpp 875 void StmtPrinter::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *Node) {
    [all...]
StmtProfile.cpp 1191 void StmtProfiler::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *S) {
    [all...]
Expr.cpp     [all...]
  /external/clang/tools/libclang/
IndexBody.cpp 79 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) {
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 523 /// ObjCPropertyRefExpr - A dot-syntax expression to access an ObjC
525 class ObjCPropertyRefExpr : public Expr {
559 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t,
571 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t,
582 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
593 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
603 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
613 explicit ObjCPropertyRefExpr(EmptyShell Empty)
    [all...]
DataRecursiveASTVisitor.h     [all...]
Expr.h 45 class ObjCPropertyRefExpr;
451 const ObjCPropertyRefExpr *getObjCProperty() const;
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 47 class ObjCPropertyRefExpr;
196 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 900 isa<ObjCPropertyRefExpr>(Expr) ||
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 485 milliseconds

1 2