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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp60 static const NamedDecl *getBestPropertyDecl(const ObjCPropertyRefExpr *PropE) { function
96 D = getBestPropertyDecl(BaseProp);
117 : Base(nullptr, true), Property(getBestPropertyDecl(PropE)) {

Completed in 98 milliseconds