Home
last modified time | relevance | path

Searched refs:getCurMethodDecl (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1273 auto *CurMD = S.getCurMethodDecl(); in findMethodInCurrentClass()
1495 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) in getBaseMessageSendResultType()
2307 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind()
2355 ObjCInterfaceOrSuperCCC CCC(getCurMethodDecl()); in getObjCMessageKind()
2721 else if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildClassMessage()
2993 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()
3204 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod); in BuildInstanceMessage()
3351 if (const auto *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()
H A DSemaExprMember.cpp1405 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()
1447 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()
1536 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
H A DSemaCodeComplete.cpp224 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()
2610 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()
7255 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()
7370 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()
7393 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()
7515 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()
7656 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()
7667 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
H A DSemaStmt.cpp3922 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()
4066 assert((getCurFunctionDecl() || getCurMethodDecl()) && in BuildReturnStmt()
4070 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()
4103 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
H A DSemaAccess.cpp1935 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
H A DSema.cpp1417 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
H A DSemaLookup.cpp4674 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
H A DSemaExpr.cpp2506 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()
2769 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupIvarInObjCMethod()
2841 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in BuildIvarRefExpr()
12990 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
H A DSemaDeclObjC.cpp364 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
H A DSemaDecl.cpp866 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()
1238 if (getCurMethodDecl() && SS.isEmpty()) in ActOnNameClassifiedAsNonType()
14680 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
H A DSemaChecking.cpp15150 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()
15473 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3252 ObjCMethodDecl *getCurMethodDecl();