HomeSort by relevance Sort by last modified time
    Searched refs:IvarRef (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 183 const ObjCIvarRefExpr *IvarRef =
186 if (!IvarRef)
189 if (const ObjCIvarDecl *D = IvarRef->getDecl()) {
217 "use the setter instead", PathDiagnosticLocation(IvarRef,
IvarInvalidationChecker.cpp 130 /// Checks if IvarRef refers to the tracked IVar, if yes, marks it as
132 void checkObjCIvarRefExpr(const ObjCIvarRefExpr *IvarRef);
613 const ObjCIvarRefExpr *IvarRef) {
614 if (const Decl *D = IvarRef->getDecl())
665 if (const ObjCIvarRefExpr *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) {
666 checkObjCIvarRefExpr(IvarRef);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 70 else if (const ObjCIvarRefExpr *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) {
71 return IvarRef->getBase()->IgnoreParenCasts();
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 120 milliseconds