Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprMember.cpp1345 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()
1387 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()
1479 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
DSemaExprObjC.cpp1161 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in getMessageSendResultType()
1818 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind()
1868 llvm::make_unique<ObjCInterfaceOrSuperCCC>(getCurMethodDecl()), in getObjCMessageKind()
2179 else if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildClassMessage()
2423 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()
2571 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod); in BuildInstanceMessage()
DSemaCodeComplete.cpp190 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()
1999 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()
5254 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()
5370 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()
5394 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()
5519 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()
5661 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()
5672 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
DSemaStmt.cpp3089 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()
3216 Diag(ReturnLoc, DiagID) << getCurMethodDecl()->getDeclName() << 1/*meth*/; in BuildReturnStmt()
3251 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
DSema.cpp902 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
DSemaAccess.cpp1878 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
DSemaChecking.cpp2134 isVariadic = getCurMethodDecl()->isVariadic(); in SemaBuiltinVAStart()
2161 LastArg = *(getCurMethodDecl()->param_end()-1); in SemaBuiltinVAStart()
2199 else if (ObjCMethodDecl *MD = getCurMethodDecl()) in SemaBuiltinVAStartARM()
8177 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()
8560 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
DSemaDeclObjC.cpp301 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
DSemaLookup.cpp3892 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
DSemaExpr.cpp2114 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()
2373 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupInObjCMethod()
9157 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
DSemaDecl.cpp737 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()
10667 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
/external/clang/include/clang/Sema/
DSema.h1881 ObjCMethodDecl *getCurMethodDecl();