Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCPropertyChecker.cpp57 if (const ObjCInterfaceDecl *IntD = in checkCopyMutable() local
59 ImplD = IntD->getImplementation(); in checkCopyMutable()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp795 const ObjCInterfaceDecl *IntD = MD->getClassInterface(); in createObjCPropertyGetter() local
796 const ObjCImplementationDecl *ImpD = IntD->getImplementation(); in createObjCPropertyGetter()