Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprMember.cpp1323 if (ObjCMethodDecl *MD = getCurMethodDecl()) in LookupMemberExpr()
1365 if (ObjCMethodDecl *MD = getCurMethodDecl()) { in LookupMemberExpr()
1464 ObjCMethodDecl *MD = getCurMethodDecl(); in LookupMemberExpr()
DSemaExprObjC.cpp1097 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in getMessageSendResultType()
1713 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) in ActOnClassPropertyRefExpr()
1735 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) in ActOnClassPropertyRefExpr()
1807 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind()
1855 ObjCInterfaceOrSuperCCC Validator(getCurMethodDecl()); in getObjCMessageKind()
2337 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()
DSemaCodeComplete.cpp190 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()
2001 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()
5167 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()
5286 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()
5310 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()
5435 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()
5569 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()
5580 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
DSemaStmt.cpp2753 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in ActOnReturnStmt()
2854 Diag(ReturnLoc, DiagID) << getCurMethodDecl()->getDeclName() << 1/*meth*/; in ActOnReturnStmt()
2887 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in ActOnReturnStmt()
DSemaDeclObjC.cpp307 assert((getCurMethodDecl() == 0) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
3531 const ObjCMethodDecl *CurMethod = getCurMethodDecl(); in DiagnoseUnusedBackingIvarInAccessor()
3537 Diag(getCurMethodDecl()->getLocation(), diag::warn_unused_property_backing_ivar) in DiagnoseUnusedBackingIvarInAccessor()
DSema.cpp840 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
DSemaAccess.cpp1895 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
DSemaChecking.cpp1616 isVariadic = getCurMethodDecl()->isVariadic(); in SemaBuiltinVAStart()
1643 LastArg = *(getCurMethodDecl()->param_end()-1); in SemaBuiltinVAStart()
6592 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()
6728 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
DSemaLookup.cpp3805 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
DSemaExpr.cpp1987 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()
2197 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupInObjCMethod()
8303 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
DSemaDecl.cpp581 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()
9810 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1804 ObjCMethodDecl *getCurMethodDecl();