Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp1271 auto *CurMD = S.getCurMethodDecl(); in findMethodInCurrentClass()
1493 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) in getBaseMessageSendResultType()
2305 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind()
2353 ObjCInterfaceOrSuperCCC CCC(getCurMethodDecl()); in getObjCMessageKind()
2719 else if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildClassMessage()
2989 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()
3200 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod); in BuildInstanceMessage()
3345 if (const auto *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()
H A DSemaExprMember.cpp1421 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()
1463 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()
1552 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
H A DSemaStmt.cpp3957 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()
4120 assert((getCurFunctionDecl() || getCurMethodDecl()) && in BuildReturnStmt()
4124 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()
4160 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
H A DSemaCodeComplete.cpp229 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()
2645 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()
7795 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()
7910 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()
7934 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()
8056 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()
8197 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()
8208 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
H A DSemaAccess.cpp1957 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
H A DSema.cpp1473 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
H A DSemaLookup.cpp5001 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
H A DSemaExpr.cpp2563 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()
2831 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupIvarInObjCMethod()
2903 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in BuildIvarRefExpr()
13980 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
H A DSemaDeclObjC.cpp364 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
H A DSemaDecl.cpp905 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()
1287 if (getCurMethodDecl() && SS.isEmpty()) in ActOnNameClassifiedAsNonType()
15676 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
H A DSemaChecking.cpp16536 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()
16860 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3558 ObjCMethodDecl *getCurMethodDecl();