Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5638 const auto *CurMD = in ValidateCandidate() local
5643 CurMD ? CurMD->getParent()->getCanonicalDecl() : nullptr; in ValidateCandidate()
H A DSemaExprObjC.cpp1271 auto *CurMD = S.getCurMethodDecl(); in findMethodInCurrentClass() local
1272 if (!CurMD) in findMethodInCurrentClass()
1274 ObjCInterfaceDecl *IFace = CurMD->getClassInterface(); in findMethodInCurrentClass()