Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1281 auto *CurMD = S.getCurMethodDecl(); in findMethodInCurrentClass()
1507 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) in getBaseMessageSendResultType()
2317 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in getObjCMessageKind()
2365 ObjCInterfaceOrSuperCCC CCC(SemaRef.getCurMethodDecl()); in getObjCMessageKind()
2729 } else if (ObjCMethodDecl *CurMeth = SemaRef.getCurMethodDecl()) { in BuildClassMessage()
2998 if (ObjCMethodDecl *CurMeth = SemaRef.getCurMethodDecl()) { in BuildInstanceMessage()
3210 SemaRef.getCurMethodDecl()->isDesignatedInitializerForTheInterface( in BuildInstanceMessage()
3357 if (const auto *CurMeth = SemaRef.getCurMethodDecl()) { in BuildInstanceMessage()
4783 ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl(); in LookupIvarInObjCMethod()
4874 ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl(); in BuildIvarRefExpr()
H A DSemaExprMember.cpp1468 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()
1510 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()
1598 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
H A DSemaStmt.cpp3819 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()
3990 assert((getCurFunctionDecl() || getCurMethodDecl()) && in BuildReturnStmt()
3994 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()
4030 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
H A DSemaObjC.cpp851 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()
1172 owner.Variable = SemaRef.getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
H A DSemaCodeComplete.cpp233 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()
2714 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()
7959 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()
8074 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()
8099 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()
8223 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()
8365 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()
8376 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
H A DSemaAccess.cpp1952 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
H A DSema.cpp1552 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
H A DSemaLookup.cpp4951 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
H A DSemaDeclObjC.cpp372 assert((SemaRef.getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
H A DSemaDecl.cpp864 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()
1249 if (getCurMethodDecl() && SS.isEmpty()) in ActOnNameClassifiedAsNonType()
16060 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
H A DSemaExpr.cpp2715 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()
13407 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h861 ObjCMethodDecl *getCurMethodDecl();