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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 36 if (const ObjCIvarRefExpr *Ex = dyn_cast<ObjCIvarRefExpr>(S)) {
ObjCSelfInitChecker.cpp 59 check::PostStmt<ObjCIvarRefExpr>,
67 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
218 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E,
CheckObjCDealloc.cpp 62 if (ObjCIvarRefExpr *E = dyn_cast<ObjCIvarRefExpr>(Receiver))
DereferenceChecker.cpp 163 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S);
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 171 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) {
TransProperties.cpp 308 if (ObjCIvarRefExpr *RE = dyn_cast<ObjCIvarRefExpr>(lhs)) {
  /external/clang/tools/libclang/
IndexBody.cpp 65 bool VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) {
CIndex.cpp     [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
  /external/clang/include/clang/AST/
ExprObjC.h 455 /// ObjCIvarRefExpr - A reference to an ObjC instance variable.
456 class ObjCIvarRefExpr : public Expr {
464 ObjCIvarRefExpr(ObjCIvarDecl *d, QualType t,
473 explicit ObjCIvarRefExpr(EmptyShell Empty)
500 static bool classof(const ObjCIvarRefExpr *) { return true; }
    [all...]
ASTContext.h 66 class ObjCIvarRefExpr;
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 318 void VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *DR, ExplodedNode *Pred,
  /external/clang/lib/AST/
StmtDumper.cpp 173 void VisitObjCIvarRefExpr(ObjCIvarRefExpr *Node);
410 void StmtDumper::VisitObjCIvarRefExpr(ObjCIvarRefExpr *Node) {
StmtProfile.cpp 1011 void StmtProfiler::VisitObjCIvarRefExpr(const ObjCIvarRefExpr *S) {
StmtPrinter.cpp 601 void StmtPrinter::VisitObjCIvarRefExpr(ObjCIvarRefExpr *Node) {
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 708 return EmitObjCIvarRefLValue(cast<ObjCIvarRefExpr>(E));
    [all...]
CGExprComplex.cpp 125 ComplexPairTy VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) {
CGExprAgg.cpp 151 void VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) {
    [all...]
CGObjC.cpp 240 if (isa<MemberExpr>(receiver) || isa<ObjCIvarRefExpr>(receiver))
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 348 virtual Stmt *RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV) = 0;
536 virtual Stmt *RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV);
    [all...]
RewriteModernObjC.cpp 406 virtual Stmt *RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV);
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExprMember.cpp     [all...]

Completed in 174 milliseconds

1 2