Searched refs:IvarD (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProperties.cpp61 ObjCIvarDecl *IvarD; member in struct:__anon2937::PropertiesRewriter::PropData
64 PropData(ObjCPropertyDecl *propD) : PropD(propD), IvarD(0), ImplD(0) { }
122 I->IvarD = ivarD;
234 I->IvarD->getLocation());
250 if (isUserDeclared(I->IvarD)) {
251 if (I->IvarD &&
252 I->IvarD->getType().getObjCLifetime() != Qualifiers::OCL_Weak) {
256 Pass.TA.insert(I->IvarD->getLocation(), toWhich);
263 I->IvarD->getLocation());
278 if (isUserDeclared(I->IvarD)) {
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp207 void reportIvarNeedsInvalidation(const ObjCIvarDecl *IvarD,
321 const ObjCIvarDecl *IvarD = 0; local
324 IvarD = Prop->getPropertyIvarDecl();
327 if (IvarD && IvarD->getContainingInterface() == InterfaceD) {
328 if (TrackedIvars.count(IvarD)) {
329 return IvarD;
332 if (trackIvar(IvarD, TrackedIvars, FirstIvarDecl))
333 return IvarD;
566 reportIvarNeedsInvalidation(const ObjCIvarDecl *IvarD, argument
[all...]

Completed in 48 milliseconds