Searched refs:PropE (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) { argument
61 if (PropE->isExplicitProperty())
62 return PropE->getExplicitProperty();
64 return PropE->getImplicitPropertyGetter();
116 const ObjCPropertyRefExpr *PropE)
117 : Base(nullptr, true), Property(getBestPropertyDecl(PropE)) {
119 if (PropE->isObjectReceiver()) {
120 const OpaqueValueExpr *OVE = cast<OpaqueValueExpr>(PropE->getBase());
123 } else if (PropE->isClassReceiver()) {
124 Base.setPointer(PropE
115 WeakObjectProfileTy( const ObjCPropertyRefExpr *PropE) argument
[all...]

Completed in 701 milliseconds