Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp64 static const NamedDecl *getBestPropertyDecl(const ObjCPropertyRefExpr *PropE) { in getBestPropertyDecl() argument
65 if (PropE->isExplicitProperty()) in getBestPropertyDecl()
66 return PropE->getExplicitProperty(); in getBestPropertyDecl()
68 return PropE->getImplicitPropertyGetter(); in getBestPropertyDecl()
120 const ObjCPropertyRefExpr *PropE) in WeakObjectProfileTy() argument
121 : Base(nullptr, true), Property(getBestPropertyDecl(PropE)) { in WeakObjectProfileTy()
123 if (PropE->isObjectReceiver()) { in WeakObjectProfileTy()
124 const OpaqueValueExpr *OVE = cast<OpaqueValueExpr>(PropE->getBase()); in WeakObjectProfileTy()
127 } else if (PropE->isClassReceiver()) { in WeakObjectProfileTy()
128 Base.setPointer(PropE->getClassReceiver()); in WeakObjectProfileTy()
[all …]