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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp716 const ObjCInterfaceDecl *PrimaryInterface = nullptr; local
718 PrimaryInterface = InterfaceDecl;
720 PrimaryInterface = CategoryDecl->getClassInterface();
722 PrimaryInterface = ImplDecl->getClassInterface();
730 auto *ShadowingProp = PrimaryInterface->FindPropertyVisibleInPrimaryClass(

Completed in 44 milliseconds