Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5504 const auto *CurMD = in ValidateCandidate() local
5509 CurMD ? CurMD->getParent()->getCanonicalDecl() : nullptr; in ValidateCandidate()
H A DSemaExprObjC.cpp1281 auto *CurMD = S.getCurMethodDecl(); in findMethodInCurrentClass() local
1282 if (!CurMD) in findMethodInCurrentClass()
1284 ObjCInterfaceDecl *IFace = CurMD->getClassInterface(); in findMethodInCurrentClass()