Searched refs:ChosenDecl (Results 1 – 4 of 4) sorted by relevance
1892 NamedDecl *ChosenDecl = in HandleExprPropertyRefExpr() local1894 if (ChosenDecl && isa<ObjCPropertyDecl>(ChosenDecl)) in HandleExprPropertyRefExpr()1895 if (cast<ObjCPropertyDecl>(ChosenDecl)->isClassProperty()) { in HandleExprPropertyRefExpr()
5079 NamedDecl *ChosenDecl = in diagnoseTypo() local5081 if (PrevNote.getDiagID() && ChosenDecl) in diagnoseTypo()5082 Diag(ChosenDecl->getLocation(), PrevNote) in diagnoseTypo()
2111 NamedDecl *ChosenDecl = in HandleExprPropertyRefExpr() local2113 if (ChosenDecl && isa<ObjCPropertyDecl>(ChosenDecl)) in HandleExprPropertyRefExpr()2114 if (cast<ObjCPropertyDecl>(ChosenDecl)->isClassProperty()) { in HandleExprPropertyRefExpr()
5421 NamedDecl *ChosenDecl = in diagnoseTypo() local5423 if (PrevNote.getDiagID() && ChosenDecl) in diagnoseTypo()5424 Diag(ChosenDecl->getLocation(), PrevNote) in diagnoseTypo()