Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5753 NamedDecl *ChosenDecl = in diagnoseTypo() local
5758 if (const auto *FD = dyn_cast_if_present<FunctionDecl>(ChosenDecl); in diagnoseTypo()
5762 ChosenDecl = nullptr; in diagnoseTypo()
5765 if (PrevNote.getDiagID() && ChosenDecl) in diagnoseTypo()
5766 Diag(ChosenDecl->getLocation(), PrevNote) in diagnoseTypo()
H A DSemaExprObjC.cpp2112 NamedDecl *ChosenDecl = in HandleExprPropertyRefExpr() local
2114 if (ChosenDecl && isa<ObjCPropertyDecl>(ChosenDecl)) in HandleExprPropertyRefExpr()
2115 if (cast<ObjCPropertyDecl>(ChosenDecl)->isClassProperty()) { in HandleExprPropertyRefExpr()