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

1 2

  /external/clang/lib/Sema/
ScopeInfo.cpp 77 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E);
151 const ObjCIvarRefExpr *IvarE)
196 else if (const ObjCIvarRefExpr *IvarE = dyn_cast<ObjCIvarRefExpr>(E))
SemaExprMember.cpp     [all...]
SemaExpr.cpp 574 static void DiagnoseDirectIsaAccess(Sema &S, const ObjCIvarRefExpr *OIRE,
683 else if (const ObjCIvarRefExpr *OIRE =
684 dyn_cast<ObjCIvarRefExpr>(E->IgnoreParenCasts()))
    [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 169 const ObjCIvarRefExpr *IvarRef =
170 dyn_cast<ObjCIvarRefExpr>(BO->getLHS()->IgnoreParenCasts());
ObjCUnusedIVarsChecker.cpp 37 if (const ObjCIvarRefExpr *Ex = dyn_cast<ObjCIvarRefExpr>(S)) {
DereferenceChecker.cpp 81 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex);
166 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S);
ObjCSelfInitChecker.cpp 59 check::PostStmt<ObjCIvarRefExpr>,
73 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
197 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E,
IvarInvalidationChecker.cpp 132 void checkObjCIvarRefExpr(const ObjCIvarRefExpr *IvarRef);
600 const ObjCIvarRefExpr *IvarRef) {
652 if (const ObjCIvarRefExpr *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) {
RetainCountChecker.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 170 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) {
TransProperties.cpp 293 if (ObjCIvarRefExpr *RE = dyn_cast<ObjCIvarRefExpr>(lhs)) {
TransRetainReleaseDealloc.cpp 305 if (ObjCIvarRefExpr *IRE = dyn_cast<ObjCIvarRefExpr>(E))
TransUnbridgedCasts.cpp 185 if (isa<ObjCIvarRefExpr>(base) &&
  /external/clang/lib/Analysis/
BodyFarm.cpp 76 ObjCIvarRefExpr *makeObjCIvarRef(const Expr *Base, const ObjCIvarDecl *IVar);
150 ObjCIvarRefExpr *ASTMaker::makeObjCIvarRef(const Expr *Base,
152 return new (C) ObjCIvarRefExpr(const_cast<ObjCIvarDecl*>(IVar),
  /external/clang/include/clang/Sema/
ScopeInfo.h 46 class ObjCIvarRefExpr;
225 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 22 void ExprEngine::VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *Ex,
34 // Perform the post-condition check of the ObjCIvarRefExpr and store
ExplodedGraph.cpp 64 isa<ObjCIvarRefExpr>(Ex);
BugReporterVisitors.cpp 71 else if (const ObjCIvarRefExpr *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) {
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 478 /// ObjCIvarRefExpr - A reference to an ObjC instance variable.
479 class ObjCIvarRefExpr : public Expr {
490 ObjCIvarRefExpr(ObjCIvarDecl *d, QualType t,
502 explicit ObjCIvarRefExpr(EmptyShell Empty)
    [all...]
  /external/clang/lib/Index/
IndexBody.cpp 158 bool VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 404 void VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *DR, ExplodedNode *Pred,
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 903 isa<ObjCIvarRefExpr>(Expr) ||
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 343 virtual Stmt *RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV) = 0;
541 Stmt *RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV) override;
    [all...]
RewriteModernObjC.cpp 462 Stmt *RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV);
    [all...]

Completed in 647 milliseconds

1 2