Searched defs:FirstIvarDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp190 const ObjCIvarDecl **FirstIvarDecl);
199 const ObjCIvarDecl **FirstIvarDecl);
207 const ObjCIvarDecl *FirstIvarDecl,
285 const ObjCIvarDecl **FirstIvarDecl) {
297 if (!*FirstIvarDecl)
298 *FirstIvarDecl = I;
308 const ObjCIvarDecl **FirstIvarDecl) {
320 if (trackIvar(IvarD, TrackedIvars, FirstIvarDecl))
370 const ObjCIvarDecl *FirstIvarDecl = nullptr; local
377 trackIvar(Iv, Ivars, &FirstIvarDecl);
283 trackIvar(const ObjCIvarDecl *Iv, IvarSet &TrackedIvars, const ObjCIvarDecl **FirstIvarDecl) argument
304 findPropertyBackingIvar( const ObjCPropertyDecl *Prop, const ObjCInterfaceDecl *InterfaceD, IvarSet &TrackedIvars, const ObjCIvarDecl **FirstIvarDecl) argument
531 reportNoInvalidationMethod( CheckName CheckName, const ObjCIvarDecl *FirstIvarDecl, const IvarToPropMapTy &IvarToPopertyMap, const ObjCInterfaceDecl *InterfaceD, bool MissingDeclaration) const argument
[all...]

Completed in 100 milliseconds