Home
last modified time | relevance | path

Searched refs:ChosenDecl (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaExprObjC.cpp1892 NamedDecl *ChosenDecl = in HandleExprPropertyRefExpr() local
1894 if (ChosenDecl && isa<ObjCPropertyDecl>(ChosenDecl)) in HandleExprPropertyRefExpr()
1895 if (cast<ObjCPropertyDecl>(ChosenDecl)->isClassProperty()) { in HandleExprPropertyRefExpr()
DSemaLookup.cpp5079 NamedDecl *ChosenDecl = in diagnoseTypo() local
5081 if (PrevNote.getDiagID() && ChosenDecl) in diagnoseTypo()
5082 Diag(ChosenDecl->getLocation(), PrevNote) in diagnoseTypo()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp2111 NamedDecl *ChosenDecl = in HandleExprPropertyRefExpr() local
2113 if (ChosenDecl && isa<ObjCPropertyDecl>(ChosenDecl)) in HandleExprPropertyRefExpr()
2114 if (cast<ObjCPropertyDecl>(ChosenDecl)->isClassProperty()) { in HandleExprPropertyRefExpr()
DSemaLookup.cpp5421 NamedDecl *ChosenDecl = in diagnoseTypo() local
5423 if (PrevNote.getDiagID() && ChosenDecl) in diagnoseTypo()
5424 Diag(ChosenDecl->getLocation(), PrevNote) in diagnoseTypo()