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 DSemaExprObjC.cpp1276 auto *CurMD = S.getCurMethodDecl(); in findMethodInCurrentClass() local
1277 if (!CurMD) in findMethodInCurrentClass()
1279 ObjCInterfaceDecl *IFace = CurMD->getClassInterface(); in findMethodInCurrentClass()
3198 auto *CurMD = SemaRef.getCurMethodDecl(); in BuildInstanceMessage() local
3199 assert(CurMD && "Current method declaration should not be null"); in BuildInstanceMessage()
3201 CurMD->isDesignatedInitializerForTheInterface(&InitMethod); in BuildInstanceMessage()
H A DSemaLookup.cpp5562 const auto *CurMD = in ValidateCandidate() local
5567 CurMD ? CurMD->getParent()->getCanonicalDecl() : nullptr; in ValidateCandidate()