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 69 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E);
126 const ObjCIvarRefExpr *IvarE)
169 else if (const ObjCIvarRefExpr *IvarE = dyn_cast<ObjCIvarRefExpr>(E))
SemaExprMember.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 80 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex);
151 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;
198 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E,
CheckObjCDealloc.cpp 63 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)) {
  /external/lldb/include/lldb/Core/
ClangForward.h 86 class ObjCIvarRefExpr;
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 170 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) {
TransProperties.cpp 311 if (ObjCIvarRefExpr *RE = dyn_cast<ObjCIvarRefExpr>(lhs)) {
TransRetainReleaseDealloc.cpp 315 if (ObjCIvarRefExpr *IRE = dyn_cast<ObjCIvarRefExpr>(E))
TransUnbridgedCasts.cpp 185 if (isa<ObjCIvarRefExpr>(base) &&
  /external/clang/lib/Analysis/
BodyFarm.cpp 78 ObjCIvarRefExpr *makeObjCIvarRef(const Expr *Base, const ObjCIvarDecl *IVar);
152 ObjCIvarRefExpr *ASTMaker::makeObjCIvarRef(const Expr *Base,
154 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 46 class ObjCIvarRefExpr;
199 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 464 /// ObjCIvarRefExpr - A reference to an ObjC instance variable.
465 class ObjCIvarRefExpr : public Expr {
476 ObjCIvarRefExpr(ObjCIvarDecl *d, QualType t,
488 explicit ObjCIvarRefExpr(EmptyShell Empty)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 380 void VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *DR, ExplodedNode *Pred,
  /external/clang/lib/AST/
ASTDumper.cpp 354 void VisitObjCIvarRefExpr(const ObjCIvarRefExpr *Node);
    [all...]
StmtPrinter.cpp 867 void StmtPrinter::VisitObjCIvarRefExpr(ObjCIvarRefExpr *Node) {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 903 isa<ObjCIvarRefExpr>(Expr) ||
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 677 milliseconds

1 2