Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1390 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()
1432 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()
1521 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
H A DSemaExprObjC.cpp1325 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) in getBaseMessageSendResultType()
2125 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind()
2175 llvm::make_unique<ObjCInterfaceOrSuperCCC>(getCurMethodDecl()), in getObjCMessageKind()
2530 else if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildClassMessage()
2807 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()
2978 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod); in BuildInstanceMessage()
3125 if (const auto *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()
H A DSemaCodeComplete.cpp193 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()
2204 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()
6114 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()
6229 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()
6252 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()
6373 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()
6514 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()
6525 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
H A DSemaStmt.cpp3560 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()
3703 Diag(ReturnLoc, DiagID) << getCurMethodDecl()->getDeclName() << 1/*meth*/; in BuildReturnStmt()
3739 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
H A DSemaAccess.cpp1918 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
H A DSema.cpp1209 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
H A DSemaLookup.cpp4386 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
H A DSemaDeclObjC.cpp363 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
H A DSemaExpr.cpp2143 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()
2403 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupInObjCMethod()
11223 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
H A DSemaChecking.cpp12668 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()
12990 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
H A DSemaDecl.cpp850 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()
13256 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2405 ObjCMethodDecl *getCurMethodDecl();