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

1 2

  /external/clang/lib/Sema/
ScopeInfo.cpp 76 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E);
148 const ObjCIvarRefExpr *IvarE)
193 else if (const ObjCIvarRefExpr *IvarE = dyn_cast<ObjCIvarRefExpr>(E))
SemaExprMember.cpp     [all...]
SemaExpr.cpp 562 static void DiagnoseDirectIsaAccess(Sema &S, const ObjCIvarRefExpr *OIRE,
671 else if (const ObjCIvarRefExpr *OIRE =
672 dyn_cast<ObjCIvarRefExpr>(E->IgnoreParenCasts()))
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 82 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex);
157 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S);
DirectIvarAssignment.cpp 170 const ObjCIvarRefExpr *IvarRef =
171 dyn_cast<ObjCIvarRefExpr>(BO->getLHS()->IgnoreParenCasts());
ObjCUnusedIVarsChecker.cpp 37 if (const ObjCIvarRefExpr *Ex = dyn_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,
CheckObjCDealloc.cpp 42 if (ObjCIvarRefExpr *E = dyn_cast<ObjCIvarRefExpr>(Receiver))
IvarInvalidationChecker.cpp 135 void checkObjCIvarRefExpr(const ObjCIvarRefExpr *IvarRef);
603 const ObjCIvarRefExpr *IvarRef) {
655 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/tools/libclang/
IndexBody.cpp 64 bool VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) {
  /external/clang/include/clang/Sema/
ScopeInfo.h 45 class ObjCIvarRefExpr;
217 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
  /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 70 else if (const ObjCIvarRefExpr *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) {
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 483 /// ObjCIvarRefExpr - A reference to an ObjC instance variable.
484 class ObjCIvarRefExpr : public Expr {
495 ObjCIvarRefExpr(ObjCIvarDecl *d, QualType t,
507 explicit ObjCIvarRefExpr(EmptyShell Empty)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 393 void VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *DR, ExplodedNode *Pred,
  /external/clang/lib/AST/
ASTDumper.cpp 538 void VisitObjCIvarRefExpr(const ObjCIvarRefExpr *Node);
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 903 isa<ObjCIvarRefExpr>(Expr) ||
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 342 virtual Stmt *RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV) = 0;
541 Stmt *RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV) override;
    [all...]

Completed in 3724 milliseconds

1 2